Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download a specific version of ASP.NET MVC 5 source code

I'm looking for ASP.NET MVC 5.0 RTM source code. I've tried to download this from http://aspnetwebstack.codeplex.com/ but it seems to have only the most recent version 5.1.1 RTM. I've tried with no success to download for a specific tag or branch. In Source Code tab, in field "Browsing Changes in" the only options are "master" or "v3-rtm".

Could someone help me with this?

like image 676
outlookrperson Avatar asked Feb 20 '14 19:02

outlookrperson


People also ask

What is difference between MVC 5 and MVC 6?

The ASP.NET 5 is an open-source platform for developing web applications on Windows, Mac and Linux. On the other hand, The ASP.NET MVC 6 is the framework for building web apps on the ASP.NET 5 platforms.

What is the latest ASP.NET MVC version?

All the runtime packages follow the Semantic Versioning specification. The latest ASP.NET MVC 5.2 package has the following version: "5.2. 0".


1 Answers

As per their wiki:

MVC 5.2.3 RTM = v3.2.3 (commit 0e974218e12a) https://aspnetwebstack.codeplex.com/SourceControl/changeset/view/0e974218e12a

MVC 5.2.2 RTM = v3.2.2 (commit 66298100f4e3) https://aspnetwebstack.codeplex.com/SourceControl/changeset/view/66298100f4e3

MVC 5.1.3 RTM = v3.1.3 (commit 0150245a9e34) https://aspnetwebstack.codeplex.com/SourceControl/changeset/view/0150245a9e34

MVC 5.1.1 RTM = v3.1.1 (commit 54866f0d3262) https://aspnetwebstack.codeplex.com/SourceControl/changeset/view/54866f0d3262

MVC 5.0 RTM = v3.0 (commit 39391d3a64d7) https://aspnetwebstack.codeplex.com/SourceControl/changeset/view/39391d3a64d7

MVC 4.0 RTM = v2.0 (commit 89b9166ca722) https://aspnetwebstack.codeplex.com/SourceControl/changeset/view/89b9166ca722

like image 137
outlookrperson Avatar answered Oct 07 '22 19:10

outlookrperson