This extension allows any developer to easily build new/updated versions of their NuGet packages and push them to nuget.org or any other custom repository.
- Build/Pack NuGet packages using their .nuspec and project assembly info
- Auto increment version number located in project assembly info
- Push built packages to nuget.org or any other custom NuGet repository
- Store last used API keys, default NuGet packages folder and NuGet repository servers
- Open Visual Studio and select Tools > Nupkg Manager
- Select nuget projects you wish to build/pack and press 'Build'. Then select the desired packages you wish to push to the NuGet repository and press 'Push'
Visual Studio 2017 and above
Version 1.1.2
- Fixed build error by recognizing AssemblyVersion and AssemblyFileVersion if AssemblyInformationalVersion not present.
- Beta assembly versions (eg:
AssemblyVersion("2.2.1beta3")
) no longer crash extension. - Fixed packages being deleted before they are pushed to server.
Version 1.1.1
- FolderBrowserDialog root folder is now MyComputer.
Version 1.1.0
- Added support for Visual Studio 2019.
Version 1.0.0
- First release.