Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v20.0.0 #1058

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Adyen.Test/Adyen.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<IsPackable>false</IsPackable>

<AssemblyVersion>19.1.0</AssemblyVersion>
<AssemblyVersion>20.0.0</AssemblyVersion>

<FileVersion>19.1.0</FileVersion>
<FileVersion>20.0.0</FileVersion>

<Version>19.1.0</Version>
<Version>20.0.0</Version>

<LangVersion>7.2</LangVersion>

<PackageVersion>19.1.0</PackageVersion>
<PackageVersion>20.0.0</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
10 changes: 5 additions & 5 deletions Adyen/Adyen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>

<Version>19.1.0</Version>
<AssemblyVersion>19.1.0</AssemblyVersion>
<FileVersion>19.1.0</FileVersion>
<Version>20.0.0</Version>
<AssemblyVersion>20.0.0</AssemblyVersion>
<FileVersion>20.0.0</FileVersion>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -17,7 +17,7 @@
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<PackageTags>19.1.0</PackageTags>
<PackageTags>20.0.0</PackageTags>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Adyen</Authors>
Expand All @@ -30,7 +30,7 @@
<AssemblyOriginatorKeyFile>adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile>
<PackageIcon>adyen-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>19.1.0</PackageVersion>
<PackageVersion>20.0.0</PackageVersion>
<!-- add xml descriptions -->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Constants/ClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "19.1.0";
public const string LibVersion = "20.0.0";
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0
20.0.0
Loading