I maintain a few tiny Nuget Packages.
I have a Nuget README file in the git repository, and the .nupkg
file is auto-built by VS, based on the "Package" config, stored in the .csproj
file.
Whenever I need to release a new versio of the package, I upload the .nupkg
file to nuget, in the web UI, and then it asks me for any documentation, at which point I have to manually upload the README file.
Is there any way to put that README file in the .nupkg
so that I don't have to manually upload it every time?