Skip to content

Easily build and push NuGet packages to nuget.org or custom repositories within Visual Studio.

License

Notifications You must be signed in to change notification settings

MrPickles2009/NupkgManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Nupkg Manager

Build Status Visual Studio Marketplace version downloads installs license

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.

Features

  1. Build/Pack NuGet packages using their .nuspec and project assembly info
  2. Auto increment version number located in project assembly info
  3. Push built packages to nuget.org or any other custom NuGet repository
  4. Store last used API keys, default NuGet packages folder and NuGet repository servers

To Use

  1. Open Visual Studio and select Tools > Nupkg Manager

  1. 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'

Requirements

Visual Studio 2017 and above

Release notes

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.

Download

Visual Studio Marketplace

License

GPL

About

Easily build and push NuGet packages to nuget.org or custom repositories within Visual Studio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages