diff --git a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj index 6bfd325a4..260cf4200 100644 --- a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj +++ b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj @@ -5,11 +5,11 @@ false - 1.0.5 + 1.1.0 - 1.0.5 + 1.1.0 - 1.0.5 + 1.1.0 diff --git a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj index e88561998..c602c6543 100644 --- a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj +++ b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj @@ -4,22 +4,22 @@ netstandard2.0;net45 false Adyen - 1.0.5 - 1.0.5 - 1.0.5 + 1.1.0 + 1.1.0 + 1.1.0 true The Adyen API Library for .net core enables you to work with Adyen APIs and Hosted Payment Pages with any .net application. https://github.com/Adyen/adyen-dotnet-api-library https://github.com/Adyen/adyen-dotnet-api-library git - 1.0.5 + 1.1.0 https://github.com/Adyen/adyen-dotnet-api-library/blob/master/LICENSE Adyen Adyen adyen-dotnet-api-library Adyen ecomm library en - Adding a restricted header causes an exception + Supports terminal api integration https://www.adyen.com/dam/jcr:39adc4db-76f7-4b9e-aec6-bfa21db4153c/adyen-logo-green.png diff --git a/Adyen.EcommLibrary/Constants/ClientConfig.cs b/Adyen.EcommLibrary/Constants/ClientConfig.cs index 840208b58..4a145a492 100644 --- a/Adyen.EcommLibrary/Constants/ClientConfig.cs +++ b/Adyen.EcommLibrary/Constants/ClientConfig.cs @@ -11,6 +11,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.5"; + public static string LibVersion = "1.1.0"; } } diff --git a/README.md b/README.md index 866b0a452..8dee479d5 100644 --- a/README.md +++ b/README.md @@ -3,25 +3,25 @@ # Adyen .net API Library -The Adyen API Library for .net framework enables you to work with Adyen APIs and Hosted Payment Pages with any .net application. +The Adyen API Library for .net framework enables you to work with Adyen APIs, Hosted Payment Pages and Terminal API with any .net application. ## Requirements -* .net standard 2.0. It supports .net 4.5 and .net standard 2.0 +* It supports .net 4.5 and .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.0.5 + PM> Install-Package Adyen.EcommLibrary -Version 1.1.0 ## Documentation https://adyen.github.io/adyen-dotnet-api-library/ ## Support If you have any problems, questions or suggestions, create an issue here or send your inquiry to support@adyen.com. - + ## Licence MIT license. For more information, see the LICENSE file.