NuProj provides an MSBuild-based approach to create NuGet packages (.nupkg). The build projects are called .nuproj files and are regular MSBuild projects.
In general, the definition of a NuProj file is very similar to the NuGet .nuspec file – except that it is done via MSBuild. In fact, NuProj...
More information
NuProj provides an MSBuild-based approach to create NuGet packages (.nupkg). The build projects are called .nuproj files and are regular MSBuild projects.
This package provides additional MSBuild targets for non-NuProj projects. Install this package to projects that are being directly or indirectly...
More information
A Powershell module for building and NuGet-packing .Net projects. A convenient and easy to use module for those who need to package projects but don't have a full blown continuous-integration environment to do it for them.
A powershell script to help developers package and publish NuGet specifications. It looks for any/all nuspec files in a directory and packages them then publishes them to the designated feed. Can be used to copy them toa local directory for localhost-testing (before any pushes up to a live feed).