Skip to content

Commit db57a69

Browse files
authored
Merge pull request #1146 from Adyen/promote/main
Release v32.0.1
2 parents 3768aab + 41086f5 commit db57a69

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Adyen.Test/Adyen.Test.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
<IsPackable>false</IsPackable>
9-
<AssemblyVersion>32.0.0</AssemblyVersion>
10-
<FileVersion>32.0.0</FileVersion>
11-
<Version>32.0.0</Version>
12-
<PackageVersion>32.0.0</PackageVersion>
9+
<AssemblyVersion>32.0.1</AssemblyVersion>
10+
<FileVersion>32.0.1</FileVersion>
11+
<Version>32.0.1</Version>
12+
<PackageVersion>32.0.1</PackageVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

Adyen/Adyen.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<Nullable>disable</Nullable>
88
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
99
<Copyright>Adyen</Copyright>
10-
<Version>32.0.0</Version>
11-
<AssemblyVersion>32.0.0</AssemblyVersion>
12-
<FileVersion>32.0.0</FileVersion>
10+
<Version>32.0.1</Version>
11+
<AssemblyVersion>32.0.1</AssemblyVersion>
12+
<FileVersion>32.0.1</FileVersion>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<IncludeSymbols>true</IncludeSymbols>
1515
<IncludeSource>true</IncludeSource>
1616
<Description>The Adyen API Library for .NET Core allows developers to interact with the Adyen APIs, including Hosted Payment Pages and the Terminal API.</Description>
1717
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
20-
<PackageTags>32.0.0</PackageTags>
20+
<PackageTags>32.0.1</PackageTags>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<Authors>Adyen</Authors>
2323
<Company>Adyen</Company>
@@ -29,7 +29,7 @@
2929
<AssemblyOriginatorKeyFile>adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile>
3030
<PackageIcon>adyen-logo.png</PackageIcon>
3131
<PackageReadmeFile>README.md</PackageReadmeFile>
32-
<PackageVersion>32.0.0</PackageVersion>
32+
<PackageVersion>32.0.1</PackageVersion>
3333
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3434
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
3535
</PropertyGroup>

Adyen/Constants/ClientConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public class ClientConfig
1515
public const string NexoProtocolVersion = "3.0";
1616

1717
public const string LibName = "adyen-dotnet-api-library";
18-
public const string LibVersion = "32.0.0";
18+
public const string LibVersion = "32.0.1";
1919
}
2020
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32.0.0
1+
32.0.1

0 commit comments

Comments
 (0)