May 2nd, 2018

Announcing ASP.NET MVC 5.2.5, Web API 5.2.5, and Web Pages 3.2.5

Daniel Roth
Principal Product Manager

Today we released ASP.NET MVC 5.2.5, Web API 5.2.5, and Web Pages 3.2.5 on NuGet. This is a patch release that contains only bug fixes. You can find the full list of bug fixes for this release in the release notes.

To update an existing project to use this preview release run the following commands from the NuGet Package Manager Console for each of the packages you wish to update:

Install-Package Microsoft.AspNet.Mvc -Version 5.2.5
Install-Package Microsoft.AspNet.WebApi -Version 5.2.5
Install-Package Microsoft.AspNet.WebPages -Version 3.2.5

If you have any questions or feedback on this release please let us know on GitHub.

Thanks!

Author

Daniel Roth
Principal Product Manager

Daniel Roth is a Program Manager on the ASP.NET team at Microsoft.

1 comment

Discussion is closed. Login to edit/delete existing comments.

Newest
Newest
Popular
Oldest
  • Omar Elias Rodriguez Nazar

    What is the ASP.NET MVC (Full Framework) Roadmap? I cant find it anywhere

Feedback