Create a NuGet package in 5 minutes
1. Register for a NuGet account to get your Access Key needed for deploying your NuGet Package to the public repository. 2. Install NuGet. 3. Then download the NuGet.exe command-line utility. 4. Create a .nuspec file 5. Pack your NuGet package from the command-line: I do mine in the post-build event like this so my [...]