Author: .NET Web Development and Tools Blog | Posted on: 1/20/2014 3:43:37 PM | Views : 1234

The NuGet packages for ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1 are now live on the NuGet gallery! Download this release You can install or update to the released NuGet packages for ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1 using the NuGet Package Manager Console, like this: Install-Package Microsoft.AspNet.Mvc -Version 5.1.0 Install-Package Microsoft.AspNet.WebApi -Version 5.1.0 Install-Package Microsoft.AspNet.WebPages -Version 3.1.0 Pre-requisites for this release If you are using Visual Studio 2012, please download ASP.NET and Web Tools 2013.1 for Visual Studio 2012 . If you are using Visual Studio 2013, please download Visual Studio 2013 Update 1 . This update is needed for editing ASP.NET MVC...(read more) Go to the complete details ...