From 299dc20db38b2239a5d05bb0f7a6581b5a88e9c6 Mon Sep 17 00:00:00 2001 From: alexandros Date: Mon, 21 Jan 2019 16:46:05 +0100 Subject: [PATCH 1/2] update version 1.1.5 --- Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj | 4 ++-- Adyen.EcommLibrary/Adyen.EcommLibrary.csproj | 8 ++++---- Adyen.EcommLibrary/Constants/ClientConfig.cs | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj index d47a36006..a48058d7c 100644 --- a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj +++ b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj @@ -5,11 +5,11 @@ false - 1.1.4 + 1.1.5 1.1.4 - 1.1.4 + 1.1.5 diff --git a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj index 00f1b4477..95ef2d818 100644 --- a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj +++ b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj @@ -4,15 +4,15 @@ netstandard2.0 false Adyen - 1.1.4 - 1.1.4 - 1.1.4 + 1.1.5 + 1.1.5 + 1.1.5 true The Adyen API Library for .net core enables you to work with Adyen APIs, Hosted Payment Pages and terminal api with any .net application. https://github.com/Adyen/adyen-dotnet-api-library https://github.com/Adyen/adyen-dotnet-api-library git - 1.1.4 + 1.1.5 https://github.com/Adyen/adyen-dotnet-api-library/blob/master/LICENSE Adyen Adyen diff --git a/Adyen.EcommLibrary/Constants/ClientConfig.cs b/Adyen.EcommLibrary/Constants/ClientConfig.cs index 8a9fe530d..5b4d742ec 100644 --- a/Adyen.EcommLibrary/Constants/ClientConfig.cs +++ b/Adyen.EcommLibrary/Constants/ClientConfig.cs @@ -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"; } } diff --git a/README.md b/README.md index 044825dea..5556ad73c 100644 --- a/README.md +++ b/README.md @@ -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/ From 147e45491dac575a1ac2b9343c55eb44fff76c26 Mon Sep 17 00:00:00 2001 From: alexandros Date: Mon, 21 Jan 2019 16:53:23 +0100 Subject: [PATCH 2/2] update fileversion --- Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj index a48058d7c..5e0f50341 100644 --- a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj +++ b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj @@ -7,7 +7,7 @@ 1.1.5 - 1.1.4 + 1.1.5 1.1.5