From 292c9f3b62b5b06f58fd66754ea1d2844a08bf66 Mon Sep 17 00:00:00 2001
From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com>
Date: Thu, 22 Aug 2024 07:47:58 +0000
Subject: [PATCH] chore(release): bump to 19.0.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 c983f02fd..c90b9b3d7 100644
--- a/Adyen.Test/Adyen.Test.csproj
+++ b/Adyen.Test/Adyen.Test.csproj
@@ -6,15 +6,15 @@
false
- 18.0.0
+ 19.0.0
- 18.0.0
+ 19.0.0
- 18.0.0
+ 19.0.0
7.2
- 18.0.0
+ 19.0.0
diff --git a/Adyen/Adyen.csproj b/Adyen/Adyen.csproj
index 134b068a0..05bc68c91 100644
--- a/Adyen/Adyen.csproj
+++ b/Adyen/Adyen.csproj
@@ -5,9 +5,9 @@
false
Adyen
- 18.0.0
- 18.0.0
- 18.0.0
+ 19.0.0
+ 19.0.0
+ 19.0.0
true
true
@@ -17,7 +17,7 @@
https://github.com/Adyen/adyen-dotnet-api-library
git
- 18.0.0
+ 19.0.0
MIT
Adyen
@@ -30,7 +30,7 @@
adyen-dotnet-api-library-key.snk
adyen-logo.png
README.md
- 18.0.0
+ 19.0.0
true
bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
diff --git a/Adyen/Constants/ClientConfig.cs b/Adyen/Constants/ClientConfig.cs
index 47f8db318..fc14bf0c4 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 = "18.0.0";
+ public const string LibVersion = "19.0.0";
}
}
diff --git a/VERSION b/VERSION
index 03191c968..2941b8199 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.0
\ No newline at end of file
+19.0.0
\ No newline at end of file