Skip to content

Commit

Permalink
Merge pull request #6 from Adyen/develop
Browse files Browse the repository at this point in the history
Update version number to 1.0.3
  • Loading branch information
AlexandrosMor committed Feb 16, 2018
2 parents 5c5fd38 + 3734fbc commit 3aa419f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.vs/
.vs/
6 changes: 3 additions & 3 deletions Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<IsPackable>false</IsPackable>

<AssemblyVersion>1.0.2</AssemblyVersion>
<AssemblyVersion>1.0.3</AssemblyVersion>

<FileVersion>1.0.2</FileVersion>
<FileVersion>1.0.3</FileVersion>

<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2</FileVersion>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3</AssemblyVersion>
<FileVersion>1.0.3</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>The Adyen API Library for .net core enables you to work with Adyen APIs and Hosted Payment Pages with any .net application.</Description>
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Adyen.EcommLibrary/Constants/ClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ internal class ClientConfig
public static string RecurringApiVersion = "v25";
public static string ApiVersion = "v30";
public static string UserAgentSuffix = "adyen-dotnet-api-library/";
public static string LibVersion = "1.0.2";
public static string LibVersion = "1.0.3";
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Adyen API Library for .net framework enables you to work with Adyen APIs and
* Simply download and restore nuget packages
https://www.nuget.org/packages/Adyen.EcommLibrary/
* or install it from package manager
PM> Install-Package Adyen.EcommLibrary -Version 1.0.2
PM> Install-Package Adyen.EcommLibrary -Version 1.0.3

## Support

Expand Down

0 comments on commit 3aa419f

Please sign in to comment.