Closed moljac closed 1 year ago
No.
NuGet best practices recommend adding readme.[txt,md] to each package. Otherwise following warning is emitted:
readme.[txt,md]
The package is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
This PR adds readme.md to NuGet packages.
readme.md
https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/
https://devblogs.microsoft.com/nuget/write-a-high-quality-readme-for-nuget-packages/
https://github.com/NuGet/Home/issues/12070
https://raw.githubusercontent.com/lyndaidaii/NuGetReadMeTemplate/main/README.md
Verification
Result:
Does this change any of the generated binding API's?
No.
Describe your contribution
NuGet best practices recommend adding
readme.[txt,md]
to each package. Otherwise following warning is emitted:This PR adds
readme.md
to NuGet packages.https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/
https://devblogs.microsoft.com/nuget/write-a-high-quality-readme-for-nuget-packages/
https://github.com/NuGet/Home/issues/12070
https://raw.githubusercontent.com/lyndaidaii/NuGetReadMeTemplate/main/README.md
Verification
Result: