Skip to content

release: v3.0.4 - fix NuGet package metadata#41

Merged
eraydin merged 1 commit into
mainfrom
dev
Apr 18, 2026
Merged

release: v3.0.4 - fix NuGet package metadata#41
eraydin merged 1 commit into
mainfrom
dev

Conversation

@eraydin
Copy link
Copy Markdown
Owner

@eraydin eraydin commented Apr 18, 2026

  • Fix PackageProjectUrl pointing to wrong domain
  • Remove empty PackageIconUrl
  • Updated description and tags
  • README rewrite included

- Fix PackageProjectUrl (github.io -> eraydin.net)
- Remove empty PackageIconUrl
- Update Description and PackageTags

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@eraydin eraydin merged commit 04bb411 into main Apr 18, 2026
2 checks passed
Copy link
Copy Markdown

@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 updates the project version to 3.0.4, modifies the description to include .NET 10 support, and updates the project URL. Additionally, the package tags were refined, though it is recommended to use semi-colons as delimiters instead of commas to comply with MSBuild standards and ensure consistent parsing across NuGet tools.

Comment thread common.props
<PackageIconUrl></PackageIconUrl>
<PackageTags>EPPlus, EPPlus Core, Microsoft Excel, Excel, net10.0</PackageTags>
<PackageProjectUrl>https://eraydin.github.io/EPPlus.Core.Extensions</PackageProjectUrl>
<PackageTags>EPPlus, Excel, net10.0, extensions</PackageTags>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The PackageTags property in MSBuild is officially documented as a semi-colon delimited list. While NuGet.org often handles commas correctly, using semi-colons is the standard practice for MSBuild properties to ensure consistent parsing across all NuGet clients and tools.

    <PackageTags>EPPlus;Excel;net10.0;extensions</PackageTags>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant