Skip to content

Commit 7dad200

Browse files
authored
Add tag / version table to Readme (#111)
- #23
1 parent c244885 commit 7dad200

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ This repo includes:
1717
### Nightly builds
1818

1919
The latest built and tested packages from this repo are available on this MyGet feed: https://dotnet.myget.org/gallery/aspnetwebstack-dev
20+
21+
### Tags and releases
22+
23+
Git tag|Git branch|Other products|MVC package versions|Web API package (product) versions|Web Pages package versions
24+
--------|--------------|------------|------------|------------|------------
25+
[v2.0.4](https://github.com/aspnet/AspNetWebStack/tree/v2.0.4)|[v2.0-rtm](https://github.com/aspnet/AspNetWebStack/tree/v2.0-rtm)||4.0.40804|4.0.30506|2.0.30506
26+
[v2.1](https://github.com/aspnet/AspNetWebStack/tree/v2.1)||ASP.NET and Web Tools 2012.2, VS 2012 Update 2 (not on http://nuget.org)|v4 2012.2 Update RTM|v1 2012.2 Update RTM|v2 2012.2 Update RTM
27+
[v3.0.2](https://github.com/aspnet/AspNetWebStack/tree/v3.0.2)|[v3-rtm](https://github.com/aspnet/AspNetWebStack/tree/v3-rtm)||5.0.2|5.0.1 (3.0.1)|3.0.1
28+
[v3.1.3](https://github.com/aspnet/AspNetWebStack/tree/v3.1.3)|[v3.1-rtm](https://github.com/aspnet/AspNetWebStack/tree/v3.1-rtm)||5.1.3|5.1.2 (3.1.2)|3.1.2
29+
[v3.2.3](https://github.com/aspnet/AspNetWebStack/tree/v3.2.3)|||5.2.3|5.2.3 (3.2.3)|3.2.3
30+
||[master](https://github.com/aspnet/AspNetWebStack/tree/master)|New work e.g. Web API 2.2.4-preview1|||

0 commit comments

Comments
 (0)