Skip to content

Release v35.0.0#1483

Open
AdyenAutomationBot wants to merge 1 commit into
mainfrom
promote/main
Open

Release v35.0.0#1483
AdyenAutomationBot wants to merge 1 commit into
mainfrom
promote/main

Conversation

@AdyenAutomationBot
Copy link
Copy Markdown
Collaborator

@AdyenAutomationBot AdyenAutomationBot commented Apr 29, 2026

Merged pull requests to be released:

Full Changelog: v34.0.3...main

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increments the library version from 34.0.3 to 34.0.4 across the solution, including project files, source code constants, and the version file. Feedback was provided to streamline the Adyen.csproj file by removing redundant version properties that are automatically handled by the .NET SDK and to replace the version-based package tags with descriptive keywords for better NuGet discoverability.

Comment thread Adyen/Adyen.csproj Outdated
Comment on lines +10 to +12
<Version>34.0.4</Version>
<AssemblyVersion>34.0.4</AssemblyVersion>
<FileVersion>34.0.4</FileVersion>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In .NET SDK-style projects, the <Version> property automatically sets the default for <AssemblyVersion> and <FileVersion>. Since these values are identical, you can remove the redundant tags to simplify the project file.

    <Version>34.0.4</Version>

Comment thread Adyen/Adyen.csproj Outdated
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>34.0.3</PackageTags>
<PackageTags>34.0.4</PackageTags>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The <PackageTags> property should contain descriptive keywords for NuGet search (e.g., adyen;payments;api). Using the version number as the only tag is not recommended. Consider adding descriptive tags.

    <PackageTags>adyen;payments;api;sdk</PackageTags>

@AdyenAutomationBot AdyenAutomationBot force-pushed the promote/main branch 5 times, most recently from b66c6d4 to 6a75de8 Compare April 29, 2026 14:27
@AdyenAutomationBot AdyenAutomationBot changed the title Release v34.0.4 Release v34.1.0 Apr 29, 2026
@AdyenAutomationBot AdyenAutomationBot force-pushed the promote/main branch 21 times, most recently from 95ff6bd to b30b9d4 Compare April 30, 2026 12:27
@AdyenAutomationBot AdyenAutomationBot force-pushed the promote/main branch 4 times, most recently from 09b2a3d to ed3abf0 Compare May 5, 2026 08:48
@AdyenAutomationBot AdyenAutomationBot changed the title Release v34.1.0 Release v35.0.0 May 5, 2026
@AdyenAutomationBot AdyenAutomationBot force-pushed the promote/main branch 24 times, most recently from 2978a56 to a8076b5 Compare May 5, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants