Successfully added
NuGet
by Patrik
Change Manifest (.nuspec)
NuGet produces an error if you try to create a package with default values in your .nuspec
file, so you must change the following fields before proceeding.
- licenseUrl
- projectUrl
- iconUrl
- releaseNotes
- tags
For packages built for public consumption, you must define Tags property, as tags help others find your package on sources like nuget.org and understand what it does.
You can also add any other elements to the manifest at this time, as described on Manifest Elements from NuGet - snippset.
Referenced in:
Comments