Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.71 KB

NuPack

Visual Studio extension for building and publishing NuGet packages.

Features

  • Build and Deploy Packages

Deploy command menu Package metadata Package metadata

  • Classic projects support

    • Add packages.nuspec Add packages.nuspec

    • Common Assembly Info Editor

Assembly info command menu Assembly info editor

  • SDK-based Projects Support

    • Add Directory.Build.props to manage common package info for SDK-based projects.

Add Directory.Build.props

  • Auto Increment Version
    • For classic projects,use AssemblyInfo with wildcard version number like '1.0.*'.
    • For SDK-based projects,you can input version number contains wildcard in the dialog and then it will be replaced by this extension during build.

Release notes

Release notes

Download

Visual Studio Gallery

Fork on Github

https://github.com/cnsharp/nupack