Skip to content

Commit

Permalink
Merge pull request #164 from TransbankDevelopers/chore/prepare-releas…
Browse files Browse the repository at this point in the history
…e-2.6.2

add 2.6.2 changelog
  • Loading branch information
mvarlic authored Mar 1, 2023
2 parents 0f0a244 + 2d194e5 commit 3a8b146
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Todos los cambios notables a este proyecto serán documentados en este archivo.
El formato está basado en [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.6.2] - 2023-03-01

### Fixed

- Se actualiza certificado Público de Transbank
- Se actualiza por seguridad la librería Newtonsoft hacia la versión 13.0.2
- Se actualiza por seguridad la librería MQTTnet hacia la versión 3.1.2

### Changed

- Se eliminan test deprecados

## [2.6.1] - 2021-08-25

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ SDK Oficial de Transbank
Al realizar la instalación con NuGet las dependencias
debieran instalarse automáticamente.

- [Newtonsoft 11.0.2](https://www.newtonsoft.com/json)
- [Microsoft Web Services 3.0.0](https://www.microsoft.com/en-us/download/details.aspx?id=14089)
- [Newtonsoft 13.0.2](https://www.newtonsoft.com/json)
- [Microsoft Web Services 3.1.2](https://www.microsoft.com/en-us/download/details.aspx?id=14089)

## Instalación

Expand Down
2 changes: 1 addition & 1 deletion Transbank/Transbank.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>payments, cl, chile, transbank</PackageTags>
<PackageIconUrl>https://www.transbankdevelopers.cl/favicon.ico</PackageIconUrl>
<VersionPrefix>2.6.2</VersionPrefix>
<VersionPrefix>2.6.3</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Product>TransbankSDK</Product>
<Copyright>2020 - Transbank</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_deploy:
deploy:
- provider: NuGet
api_key:
secure: 9FlFV3ckFidnwYpT8jOCAXI2wPn1yqkHpGl9l1AMRweR+bxjtCSmym/kXABTGxDX
secure: y3ZcPs/yht81ncimCIR/Jk16a4b+QS+15w2uoc3/8Ap1RxvzycjS8CgAv1DYK9Vi
on:
branch: 2.x

0 comments on commit 3a8b146

Please sign in to comment.