Home

Awesome

NuBuild NuBuild

A NuGet project system for Visual Studio

Download the latest version and check it out on the gallery.

##Features##

##Getting Started## New Project

Once you have installed NuGet and NuBuild, simply click File->New Project. Under Installed Templates, choose the NuGet category and the NuGet Package project type. This will add a NuBuild project to your solution.

Project Properties

Right-click the project and select Properties to change the build configuration for your NuBuild project. Then, either edit the .nuspec file directly or use the excellent NuGet Package Explorer to configure your package's properties.

##Versioning## NuBuild supports the following options for generating NuGet package version numbers.

##Replacement Tokens## NuBuild also supports the NuGet replacement tokens defined at http://docs.nuget.org/docs/reference/nuspec-reference#Replacement_Tokens. If used, the version token behaves according to specification regardless of the versioning mode of the project.

##Samples## The project includes samples for all of the valid project configurations.

##Miscellaneous##