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