From 46446afb0ea064ff99ad770450b3890425b3226f Mon Sep 17 00:00:00 2001
From: gcatanese <1771700+gcatanese@users.noreply.github.com>
Date: Thu, 21 May 2026 14:00:57 +0000
Subject: [PATCH] chore(release): bump to 35.0.0
---
Adyen.Test/Adyen.Test.csproj | 8 ++++----
Adyen/Adyen.csproj | 10 +++++-----
.../Client/Extensions/HttpRequestMessageExtensions.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 bc0f38e29..0dc03253c 100644
--- a/Adyen.Test/Adyen.Test.csproj
+++ b/Adyen.Test/Adyen.Test.csproj
@@ -6,10 +6,10 @@
enable
disable
false
- 34.0.3
- 34.0.3
- 34.0.3
- 34.0.3
+ 35.0.0
+ 35.0.0
+ 35.0.0
+ 35.0.0
diff --git a/Adyen/Adyen.csproj b/Adyen/Adyen.csproj
index c1e3f1012..d8ce20553 100644
--- a/Adyen/Adyen.csproj
+++ b/Adyen/Adyen.csproj
@@ -7,9 +7,9 @@
disable
false
Adyen
- 34.0.3
- 34.0.3
- 34.0.3
+ 35.0.0
+ 35.0.0
+ 35.0.0
true
true
false
@@ -17,7 +17,7 @@
https://github.com/Adyen/adyen-dotnet-api-library
https://github.com/Adyen/adyen-dotnet-api-library
git
- 34.0.3
+ 35.0.0
MIT
Adyen
Adyen
@@ -29,7 +29,7 @@
adyen-dotnet-api-library-key.snk
adyen-logo.png
README.md
- 34.0.3
+ 35.0.0
true
bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
diff --git a/Adyen/Core/Client/Extensions/HttpRequestMessageExtensions.cs b/Adyen/Core/Client/Extensions/HttpRequestMessageExtensions.cs
index 7655d723e..1056b2607 100644
--- a/Adyen/Core/Client/Extensions/HttpRequestMessageExtensions.cs
+++ b/Adyen/Core/Client/Extensions/HttpRequestMessageExtensions.cs
@@ -20,7 +20,7 @@ public static class HttpRequestMessageExtensions
///
/// Version of this library.
///
- public const string AdyenLibraryVersion = "34.0.3"; // Updated by release-automation-action
+ public const string AdyenLibraryVersion = "35.0.0"; // Updated by release-automation-action
///
/// Adds the UserAgent to the headers of the object.
diff --git a/VERSION b/VERSION
index 4542816a0..ccc0ba1d3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-34.0.3
\ No newline at end of file
+35.0.0
\ No newline at end of file