NuGet by Patrik

Generate Manifest (.nuspec)

To create a package, first we need to create .nuspec file. This is a manifest file that uses XML to describe the package. This manifest file is used to build a package and it's also stored in the package after the package is built. To create this .nuspec file, execute the following command in a command prompt.

nuget.exe spec

The default name for the manifest file is Package.nuspec.

Comments

Leave a Comment

All fields are required. Your email address will not be published.