Pages

Monday, May 19, 2014

STEP BY STEP installation NuGet in Visual Studio 2010, 2012 and 2013

NuGet is available for the following clients:


  1. Visual Studio 2013Visual Studio Extension Gallery
  2. Visual Studio 2010 and 2012Visual Studio Extension Gallery
  3. WebMatrix 3WebMatrix Extension Gallery
  4. Command-Line UtilityDirect Download





Visual Studio 2010, 2012 and 2013

For Visual Studio 2010, NuGet is available through the Visual Studio Extension Manager. The extension can be installed into the Professional, Premium, and Ultimate editions. Additionally, the extension can be installed into Visual Web Developer 2010 Express
Starting with Visual Studio 2012, NuGet is included in every edition (except Team Foundation Server) by default. Updates to NuGet can be found through the Extension Manager.
To check if your copy of Visual Studio already has the NuGet extension, look for Library Package Manager in the Tools menu of Visual Studio. If your copy of Visual Studio does not already have the Library Package Manager (NuGet) extension, you can install it using the Extension Manager.
To download the extension for Visual Studio 2010 and 2012 directly, it can be found on the Visual Studio Extension Gallery and for Visual Studio 2013 directly, it can be found here on the Visual Studio Extension Gallery.

WebMatrix 3

The NuGet Package Manager feature is integrated into WebMatrix 3 as a preinstalled extension with the id of 'NuGetPackageManager'. That extension can be found on the WebMatrix Extension Gallery.

Command-Line Utility

A command-line NuGet utility is also available. This utility can be used to create, publish, and download packages. This utility is also used for NuGet Package Restore which allows packages to be omitted from source control but downloaded as part of your build.
The latest version of the nuget.exe command-line tool is always available from http://nuget.org/nuget.exe.

Using the Visual Studio Extension Manager

In Visual Studio, click Tools and then Extension Manager. Naviging to Online, find the NuGet Package Manager extension and click Download.
In the Installer dialog box, click Install.
When installation is complete, close and re-open Visual Studio.
NuGet is now ready to use.

Updating NuGet in Visual Studio

You can update NuGet using the Visual Studio Extension Manager. Navigate to the Extension Manager and click on the Updates tab to check for updates.
If there is a new version of NuGet you will see it in the list of available updates.
Select NuGet in the list and click Update. When the update is complete, close and re-open all open instances of Visual Studio.

Installing a CI build

If you want to run the very latest unreleased build of NuGet, you can install it from the Build Server.
Important note: the official NuGet build is signed by Microsoft, while the one from the Build Server is not. For that reason, Visual Studio will not let you install a CI build if you already have an official build installed. If you do, you'll get an error that looks like:
The installed version of 'NuGet Package Manager' is signed, but the update version is not signed. Therefore Extension Manager cannot install the update.
To avoid this issue, you need to uninstall the official build (from the VS extension manager) before installing the unsigned build. Likewise, please uninstall the unsigned build before going back to an official build. However, you don't need to do this from going to a unsigned build to a newer unsigned build. If Visual Studio won't allow you to uninstall the extension (the Uninstall button is disabled), then you likely need to restart Visual Studio using "Run as Administrator."

Friends, If you like this post, please share with your friends on Facebook and Google+ and recommend us on Google using the g+1 button on the top right hand corner.

No comments:

Post a Comment