Skip to content

Commit

Permalink
Merge pull request #48 from Adyen/update_version1.1.5
Browse files Browse the repository at this point in the history
update version to 1.1.5
  • Loading branch information
AlexandrosMor authored Jan 22, 2019
2 parents 54a4c4f + 147e454 commit 4fb74b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.1.4</AssemblyVersion>
<AssemblyVersion>1.1.5</AssemblyVersion>

<FileVersion>1.1.4</FileVersion>
<FileVersion>1.1.5</FileVersion>

<Version>1.1.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
8 changes: 4 additions & 4 deletions Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>
<Version>1.1.4</Version>
<AssemblyVersion>1.1.4</AssemblyVersion>
<FileVersion>1.1.4</FileVersion>
<Version>1.1.5</Version>
<AssemblyVersion>1.1.5</AssemblyVersion>
<FileVersion>1.1.5</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>The Adyen API Library for .net core enables you to work with Adyen APIs, Hosted Payment Pages and terminal api with any .net application.</Description>
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>1.1.4</PackageTags>
<PackageTags>1.1.5</PackageTags>
<PackageLicenseUrl>https://github.com/Adyen/adyen-dotnet-api-library/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Adyen</Authors>
<Company>Adyen</Company>
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 @@ -19,6 +19,6 @@ public class ClientConfig
public static string EndpointProtocol = "https://";

public static string LibName = "adyen-dotnet-api-library";
public static string LibVersion = "1.1.4";
public static string LibVersion = "1.1.5";
}
}
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, Ho
* 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.1.4
PM> Install-Package Adyen.EcommLibrary -Version 1.1.5

## Documentation
https://adyen.github.io/adyen-dotnet-api-library/
Expand Down

0 comments on commit 4fb74b2

Please # to comment.