Skip to content

Commit

Permalink
Increase version to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
delias-silva committed Mar 29, 2021
1 parent 2ec2c1c commit af6785b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ First time using Mercado Pago? Create your [Mercado Pago account](https://www.me

**Using Package Manager**

`PM> Install-Package mercadopago-sdk -Version 1.10.1`
`PM> Install-Package mercadopago-sdk -Version 1.10.2`

**Using .Net CLI**

`> dotnet add package mercadopago-sdk --version 1.10.1`
`> dotnet add package mercadopago-sdk --version 1.10.2`

**Using Packet CLI**

`> paket add mercadopago-sdk --version 1.10.1`
`> paket add mercadopago-sdk --version 1.10.2`

Copy the access_token in the [credentials](https://www.mercadopago.com/mlb/account/credentials) section of the page and replace YOUR_ACCESS_TOKEN with it.

Expand Down
4 changes: 2 additions & 2 deletions px-dotnet/MercadoPagoSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<PackageId>mercadopago-sdk</PackageId>
<PackageVersion>1.10.1</PackageVersion>
<PackageVersion>1.10.2</PackageVersion>
<Authors>MercadoPago</Authors>
<Description>MercadoPago SDK para .Net</Description>
<Owners>MercadoPago</Owners>
Expand All @@ -25,7 +25,7 @@
<Title>Mercado Pago SDK</Title>
<NeutralLanguage>es</NeutralLanguage>
<PackageTags>mercadopago</PackageTags>
<ReleaseVersion>1.10.1</ReleaseVersion>
<ReleaseVersion>1.10.2</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
4 changes: 2 additions & 2 deletions px-dotnet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.10.1")]
[assembly: AssemblyFileVersion("1.10.1")]
[assembly: AssemblyVersion("1.10.2")]
[assembly: AssemblyFileVersion("1.10.2")]

0 comments on commit af6785b

Please sign in to comment.