Skip to content

Commit

Permalink
Merge pull request #41 from Adyen/UpdateLibraryVersion
Browse files Browse the repository at this point in the history
Update adyen library version to 1.1.3
  • Loading branch information
AlexandrosMor authored Dec 18, 2018
2 parents 5a56fab + 5b23df2 commit 728680b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 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.2</AssemblyVersion>
<AssemblyVersion>1.1.3</AssemblyVersion>

<FileVersion>1.1.2</FileVersion>
<FileVersion>1.1.3</FileVersion>

<Version>1.1.2</Version>
<Version>1.1.3</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.2</Version>
<AssemblyVersion>1.1.2</AssemblyVersion>
<FileVersion>1.1.2</FileVersion>
<Version>1.1.3</Version>
<AssemblyVersion>1.1.3</AssemblyVersion>
<FileVersion>1.1.3</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.2</PackageTags>
<PackageTags>1.1.3</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.2";
public static string LibVersion = "1.1.3";
}
}
6 changes: 0 additions & 6 deletions AdyenEcommLibrarySolution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adyen.EcommLibrary.Test", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adyen.EcommLibrary", "Adyen.EcommLibrary\Adyen.EcommLibrary.csproj", "{2C020234-B871-4F19-BB6A-2CECECAC3D20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adyen.EcommLibrary.IntegrationTest", "..\..\adyen-dotnet-api-library-integrationtest\AdyenEcommLibrarySolution\Adyen.EcommLibrary.IntegrationTest\Adyen.EcommLibrary.IntegrationTest.csproj", "{BFD5B755-388E-4D54-9596-77276408FD53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -23,10 +21,6 @@ Global
{2C020234-B871-4F19-BB6A-2CECECAC3D20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C020234-B871-4F19-BB6A-2CECECAC3D20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C020234-B871-4F19-BB6A-2CECECAC3D20}.Release|Any CPU.Build.0 = Release|Any CPU
{BFD5B755-388E-4D54-9596-77276408FD53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD5B755-388E-4D54-9596-77276408FD53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD5B755-388E-4D54-9596-77276408FD53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD5B755-388E-4D54-9596-77276408FD53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ The Adyen API Library for .net framework enables you to work with Adyen APIs, Ho

## Requirements

* It supports .net 4.5 and .net standard 2.0
* It supports .net standard 2.0

## Installation

* 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.2
PM> Install-Package Adyen.EcommLibrary -Version 1.1.3

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

0 comments on commit 728680b

Please sign in to comment.