Skip to content

Fix README inclusion in NuGet package#53

Merged
tgharold merged 1 commit intomasterfrom
20260328-1721
Mar 28, 2026
Merged

Fix README inclusion in NuGet package#53
tgharold merged 1 commit intomasterfrom
20260328-1721

Conversation

@tgharold
Copy link
Copy Markdown
Owner

The RecursiveDataAnnotationsValidation NuGet package was showing a 'missing README' warning on nuget.org. While the project contained a README.md file, it wasn't being properly included in the NuGet package due to incorrect PackagePath configuration.

This change updates the project file to explicitly specify the README.md file should be packaged at 'README.md' path, which ensures it appears correctly in NuGet packages and resolves the warning on nuget.org.

This follows Microsoft's recommended approach for including README files in .NET NuGet packages, ensuring that users will see proper documentation when browsing the package on nuget.org.

The RecursiveDataAnnotationsValidation NuGet package was showing a 'missing README' warning on nuget.org. While the project contained a README.md file, it wasn't being properly included in the NuGet package due to incorrect PackagePath configuration.

This change updates the project file to explicitly specify the README.md file should be packaged at 'README.md' path, which ensures it appears correctly in NuGet packages and resolves the warning on nuget.org.

This follows Microsoft's recommended approach for including README files in .NET NuGet packages, ensuring that users will see proper documentation when browsing the package on nuget.org.
@tgharold tgharold merged commit 4abd4db into master Mar 28, 2026
1 check passed
@tgharold tgharold deleted the 20260328-1721 branch March 28, 2026 21:36
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