From fb7a6acfd84106354162ef70a631381b7b2d215f Mon Sep 17 00:00:00 2001 From: Thomas Harold Date: Sat, 28 Mar 2026 17:33:15 -0400 Subject: [PATCH] Fix README inclusion in NuGet package 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. --- .../RecursiveDataAnnotationsValidation.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj b/src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj index 16fe379..1607c45 100644 --- a/src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj +++ b/src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj @@ -26,7 +26,7 @@ - +