Skip to content

Include per-project README.md in all NuGet packages#364

Merged
perkops merged 1 commit into
mainfrom
hotfix/readme-files-nuget
Jun 24, 2026
Merged

Include per-project README.md in all NuGet packages#364
perkops merged 1 commit into
mainfrom
hotfix/readme-files-nuget

Conversation

@perkops

@perkops perkops commented Jun 24, 2026

Copy link
Copy Markdown
Member

Summary

  • Packages were published without a readme on the NuGet gallery
  • Each src project already ships its own README.md; pack it
  • Resolves the NuGet "Readme missing" warning for all 12 packages

Changes

🔧 Configuration

  • Set PackageReadmeFile to README.md in every src project
  • Pack each project's own README.md into the package root
  • Applies to all 12 published packages

All packages were published without a readme (NuGet 'Readme missing' warning). Each src project
already has its own README.md; pack it into the package root and reference it via
PackageReadmeFile so it shows on the NuGet gallery page.
@perkops perkops merged commit 438f3a7 into main Jun 24, 2026
4 checks passed
@perkops perkops deleted the hotfix/readme-files-nuget branch June 24, 2026 12:09
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.

2 participants