From 79face705c8b509ad85a1c1608765c4ad71b463b Mon Sep 17 00:00:00 2001 From: DjoykeAbyah Date: Thu, 14 Mar 2024 10:14:09 +0000 Subject: [PATCH] chore(release): bump to 14.2.0 --- Adyen.Test/Adyen.Test.csproj | 8 ++++---- Adyen/Adyen.csproj | 10 +++++----- Adyen/Constants/ClientConfig.cs | 2 +- VERSION | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Adyen.Test/Adyen.Test.csproj b/Adyen.Test/Adyen.Test.csproj index 9a95f184e..143040e75 100644 --- a/Adyen.Test/Adyen.Test.csproj +++ b/Adyen.Test/Adyen.Test.csproj @@ -6,15 +6,15 @@ false - 14.1.0 + 14.2.0 - 14.1.0 + 14.2.0 - 14.1.0 + 14.2.0 7.2 - 14.1.0 + 14.2.0 diff --git a/Adyen/Adyen.csproj b/Adyen/Adyen.csproj index c066f6f92..942274267 100644 --- a/Adyen/Adyen.csproj +++ b/Adyen/Adyen.csproj @@ -5,9 +5,9 @@ false Adyen - 14.1.0 - 14.1.0 - 14.1.0 + 14.2.0 + 14.2.0 + 14.2.0 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. @@ -15,7 +15,7 @@ https://github.com/Adyen/adyen-dotnet-api-library git - 14.1.0 + 14.2.0 MIT Adyen @@ -28,7 +28,7 @@ adyen-dotnet-api-library-key.snk adyen-logo.png README.md - 14.1.0 + 14.2.0 diff --git a/Adyen/Constants/ClientConfig.cs b/Adyen/Constants/ClientConfig.cs index a34f3b51c..c9c557480 100644 --- a/Adyen/Constants/ClientConfig.cs +++ b/Adyen/Constants/ClientConfig.cs @@ -15,6 +15,6 @@ public class ClientConfig public const string NexoProtocolVersion = "3.0"; public const string LibName = "adyen-dotnet-api-library"; - public const string LibVersion = "14.1.0"; + public const string LibVersion = "14.2.0"; } } diff --git a/VERSION b/VERSION index 2f0f3c13e..9714cb35b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.1.0 \ No newline at end of file +14.2.0 \ No newline at end of file