Posted on: 7/2/2014 12:22:00 PM | Views : 1438

The NuGet packages for ASP.NET MVC 5.2, ASP.NET Web API 2.2 and ASP.NET Web Pages 3.2 are now live on the NuGet gallery!
Download this release
You can install or update the NuGet packages for ASP.NET MVC 5.2, ASP.NET Web API 2.2 and ASP.NET Web Pages 3.2 using the NuGet Package Manager Console, with the following commands:
Install-Package Microsoft.AspNet.Mvc -Version 5.2.0Install-Package Microsoft.AspNet.WebApi -Version 5.2.0Install-Package Microsoft.AspNet.WebPages -Version 3.2.0Prerequisites for this release
If you are using Visual Studio 2012, download ASP.NET and Web Tools 2013.1 for Visual Studio 2012.If you are using Visual Studio 2013, download Visual Studio 2013 Update 1 or higher. This update is needed ...

Go to the complete details ...