diff --git a/Adyen.Test/Adyen.Test.csproj b/Adyen.Test/Adyen.Test.csproj index e3c36e83..c983f02f 100644 --- a/Adyen.Test/Adyen.Test.csproj +++ b/Adyen.Test/Adyen.Test.csproj @@ -6,15 +6,15 @@ false - 17.0.0 + 18.0.0 - 17.0.0 + 18.0.0 - 17.0.0 + 18.0.0 7.2 - 17.0.0 + 18.0.0 diff --git a/Adyen/Adyen.csproj b/Adyen/Adyen.csproj index 2be9dbc3..134b068a 100644 --- a/Adyen/Adyen.csproj +++ b/Adyen/Adyen.csproj @@ -5,9 +5,9 @@ false Adyen - 17.0.0 - 17.0.0 - 17.0.0 + 18.0.0 + 18.0.0 + 18.0.0 true true @@ -17,7 +17,7 @@ https://github.com/Adyen/adyen-dotnet-api-library git - 17.0.0 + 18.0.0 MIT Adyen @@ -30,7 +30,7 @@ adyen-dotnet-api-library-key.snk adyen-logo.png README.md - 17.0.0 + 18.0.0 true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml diff --git a/Adyen/Constants/ClientConfig.cs b/Adyen/Constants/ClientConfig.cs index 93c40ca9..47f8db31 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 = "17.0.0"; + public const string LibVersion = "18.0.0"; } } diff --git a/VERSION b/VERSION index 7d31a2a0..03191c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.0.0 \ No newline at end of file +18.0.0 \ No newline at end of file