Skip to content

Commit

Permalink
version bump / readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Berasategui committed Nov 22, 2018
1 parent 67ab5b9 commit 45d2a3d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Lexim.MercadoPago.Sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MercadoPagoSDK", "px-dotnet
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MercadoPagoSDK.Test", "MercadoPagoSDK.Test\MercadoPagoSDK.Test.csproj", "{8E0E8C0D-3015-4978-9CCC-E7AA401ED183}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MercadoPagoSDK.Samples", "MercadoPagoSDK.Samples\MercadoPagoSDK.Samples.csproj", "{01FB62DE-E5FA-4909-8822-A877D154C53B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MercadoPagoSDK.Samples", "MercadoPagoSDK.Samples\MercadoPagoSDK.Samples.csproj", "{01FB62DE-E5FA-4909-8822-A877D154C53B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ It has several improvements currently not present in the official version:
- A Simpler, cleaner and safer [IPN Notification Handler](https://github.com/mercadopago/dx-dotnet/pull/58)

### .NET versions supported:


- .NET Standard 2.0
- .NET Framework 3.5 and above
- .NET Standard 2.0

## Installation

Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Lexim MercadoPago SDK - Change Log

## 1.0.7 (Current)
## 1.0.8 (Current)
- Merged latest changes from official SDK, including bug fixes related to shipment data.
- Removed previously deprecated MPIPN class.
- Reworked code samples.

## 1.0.7
- Merged [latest changes](https://github.com/mercadopago/dx-dotnet/tree/7c4bc0eb493b00cd69b7dcdf0a1efb7c360b80fa) from official SDK.
- `PaymentType.Id` is now nullable. Fixes [#4](https://github.com/LeximSoluciones/Lexim-MercadoPago-Sdk/issues/4)

Expand Down
4 changes: 2 additions & 2 deletions px-dotnet/MercadoPagoSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<FileAlignment>512</FileAlignment>
<PackageId>Lexim.MercadoPago.Sdk</PackageId>
<PackageVersion>1.0.7</PackageVersion>
<PackageVersion>1.0.8</PackageVersion>
<Authors>Federico Berasategui, Williner Rafael, Zachary Gerardo, Joel Ibaceta</Authors>
<Description>Unofficial .NET MercadoPago SDK</Description>
<Owners>Lexim</Owners>
Expand All @@ -17,7 +17,7 @@
<Product>Lexim MercadoPago SDK</Product>
<PackageIconUrl>https://user-images.githubusercontent.com/13060549/44829388-ef4c7200-abf2-11e8-9659-c1c40d114491.png</PackageIconUrl>
<RepositoryUrl>https://github.com/LeximSoluciones/Lexim-MercadoPago-Sdk</RepositoryUrl>
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<PackageLicenseUrl>https://github.com/LeximSoluciones/Lexim-MercadoPago-Sdk/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 45d2a3d

Please sign in to comment.