NuGet 1.1 Released

Posted by ScottGu on ASP.net Weblogs See other posts from ASP.net Weblogs or by ScottGu
Published on Mon, 14 Feb 2011 08:12:55 GMT Indexed on 2011/02/14 15:26 UTC
Read the original article Hit count: 611

This past weekend the ASP.NET team released NuGet 1.1.  Phil Haack recently blogged a bunch of details on the enhancements it brings, as well as how to update to it if you already have NuGet 1.0 installed.  It is definitely a nice update (my favorite improvement is that it no longer blocks the UI when downloading packages).

Read Phil’s blog post about the NuGet 1.1 update and how it install it here

NuGet is Not just for Web Projects

NuGet is not just for ASP.NET projects – it supports any .NET project type.  Pete Brown recently did a nice blog post where he talked about using NuGet for WPF and Silverlight Development as well. 

You can read Pete’s blog post about NuGet for WPF and Silverlight here.

How to Install NuGet if you Don't Already have it Installed

If you don’t already have NuGet installed, you can download and install it (as well as browse the 700+ OSS packages now available with it) from the http://NuGet.org website.

Hope this helps,

Scott

P.S. I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about Visual Studio