Upgrading nuget.exe to v1.2

less than 1 minute read

Yesterday, Phil Haack announced version 1.2 of NuGet.

Since I already had v1.1 running on my computer, I followed his tip to just run the nuget u command, and you know what, it worked great!

I took a screenshot of the update process and it quickly shows you what new options are available in v1.2.

NuGet.exe command help

David Ebbo already made a great post on the new nuget setApiKey option, which you find here.

The nuget spec option allows you to create a new nuspec file for a given assembly you can use to build a new package.

Now, let me upgrade my local repository :-)

Leave a Comment