Skip to content
Open
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,10 +6,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<IsPackable>false</IsPackable>
<AssemblyVersion>34.0.3</AssemblyVersion>
<FileVersion>34.0.3</FileVersion>
<Version>34.0.3</Version>
<PackageVersion>34.0.3</PackageVersion>
<AssemblyVersion>35.0.0</AssemblyVersion>
<FileVersion>35.0.0</FileVersion>
<Version>35.0.0</Version>
<PackageVersion>35.0.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions Adyen/Adyen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<Nullable>disable</Nullable>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>
<Version>34.0.3</Version>
<AssemblyVersion>34.0.3</AssemblyVersion>
<FileVersion>34.0.3</FileVersion>
<Version>35.0.0</Version>
<AssemblyVersion>35.0.0</AssemblyVersion>
<FileVersion>35.0.0</FileVersion>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<BuildInParallel>false</BuildInParallel>
<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>
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>34.0.3</PackageTags>
<PackageTags>35.0.0</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Adyen</Authors>
<Company>Adyen</Company>
Expand All @@ -29,7 +29,7 @@
<AssemblyOriginatorKeyFile>adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile>
<PackageIcon>adyen-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>34.0.3</PackageVersion>
<PackageVersion>35.0.0</PackageVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class HttpRequestMessageExtensions
/// <summary>
/// Version of this library.
/// </summary>
public const string AdyenLibraryVersion = "34.0.3"; // Updated by release-automation-action
public const string AdyenLibraryVersion = "35.0.0"; // Updated by release-automation-action

/// <summary>
/// Adds the UserAgent to the headers of the <see cref="HttpRequestMessage"/> object.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
34.0.3
35.0.0
Loading