The NuGet Blog
The latest news, updates, and insights from the NuGet team
Latest posts
Editing Package Metadata on the NuGet Gallery
In our next deployment, which is scheduled for the week of August 26th, 2013, we have added the ability to edit package metadata at any point in time before or ...
NuGet 2.7 Released
The NuGet team is excited to announce that NuGet 2.7 is now released in stable form. We published the release candidate on August 14th and we have not made any ...
Introducing NuGet Concierge
Twelve weeks ago, Microsoft's Azure Applications Platform & Tools team welcomed three 2nd-year college students, Jaspreet Bagga, Jeremiah Jekich, and ...
NuGet 2.7 Release Candidate Available
The NuGet 2.7 Release Candidate is now available, with an expected release before the end of August. If you encounter any problems with ...
Invoke the Manage NuGet Packages dialog programmatically
Recently I've been asked several times for how to invoke the Manage NuGet Packages dialog from VS components programmatically, and optionally auto-invoke the ...
NuGet 2.6 Released and Included in Visual Studio 2013 Preview
We are excited to announce that NuGet 2.6 has been released and it is included in the box with Visual Studio 2013 Preview. For details about what's in the ...
Package Manager Dialog vs. Package Manager Console, some differences!
One common misconception we see among NuGet users is that NuGet could only install/ update to the latest version of a package in VS. This is due to the fact ...
Where else is NuGet used in Visual Studio?
All NuGet users are probably familiar with both the Manage NuGet Packages dialog and the Package Manager Console. These are the main user interfaces for ...
Play with Packages, programmatically!
One of the many often seen requests, from developers using NuGet, is examples on our NuGet core APIs. The requests range from finding meta-data for the packages...