Skip to content

Commit ed3abf0

Browse files
gcatanesegithub-actions[bot]
authored andcommitted
chore(release): bump to 35.0.0
1 parent 79b2609 commit ed3abf0

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

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>34.0.3</AssemblyVersion>
10-
<FileVersion>34.0.3</FileVersion>
11-
<Version>34.0.3</Version>
12-
<PackageVersion>34.0.3</PackageVersion>
9+
<AssemblyVersion>35.0.0</AssemblyVersion>
10+
<FileVersion>35.0.0</FileVersion>
11+
<Version>35.0.0</Version>
12+
<PackageVersion>35.0.0</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>34.0.3</Version>
11-
<AssemblyVersion>34.0.3</AssemblyVersion>
12-
<FileVersion>34.0.3</FileVersion>
10+
<Version>35.0.0</Version>
11+
<AssemblyVersion>35.0.0</AssemblyVersion>
12+
<FileVersion>35.0.0</FileVersion>
1313
<IncludeSymbols>true</IncludeSymbols>
1414
<IncludeSource>true</IncludeSource>
1515
<BuildInParallel>false</BuildInParallel>
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>34.0.3</PackageTags>
20+
<PackageTags>35.0.0</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>34.0.3</PackageVersion>
32+
<PackageVersion>35.0.0</PackageVersion>
3333
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3434
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
3535
</PropertyGroup>

Adyen/Core/Client/Extensions/HttpRequestMessageExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class HttpRequestMessageExtensions
2020
/// <summary>
2121
/// Version of this library.
2222
/// </summary>
23-
public const string AdyenLibraryVersion = "34.0.3"; // Updated by release-automation-action
23+
public const string AdyenLibraryVersion = "35.0.0"; // Updated by release-automation-action
2424

2525
/// <summary>
2626
/// Adds the UserAgent to the headers of the <see cref="HttpRequestMessage"/> object.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
34.0.3
1+
35.0.0

0 commit comments

Comments
 (0)