Visual Studio extension for building and publishing NuGet packages.
- Build and Deploy Packages
-
SDK-based Projects Support
- Add Directory.Build.props to manage common package info for SDK-based projects.
- 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.