Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 834 Bytes

Documentation.md

File metadata and controls

18 lines (13 loc) · 834 Bytes

Welcome to NuProj

NuProj provides an MSBuild-based approach to create NuGet packages (.nupkg). The build projects are called .nuproj files and are regular MSBuild projects.

You can create new a .nuproj file by using the template that we install into Visual Studio. Invoke the menu command File | New | File... or simply press Ctrl + N and select NuGet Package MSBuild Project.

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 generates the .nuspec file and simply calles NuGet to build the package. Thus, for details you can still refer to the official NuGet documentation.

For more details, visit: