Add earlier .NET Framework releases

pull/369/head
Rich Lander 2017-04-01 18:05:16 -07:00
parent 647c39ee14
commit 2db783ce42
1 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# .NET Framework Releases
You can learn about .NET Framework releases:
You can learn about .NET Framework releases, below.
- .NET Framework 4.6.2
- [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2016/08/02/announcing-net-framework-4-6-2/)
@ -11,7 +11,16 @@ You can learn about .NET Framework releases:
- .NET Framework 4.6
- [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2015/07/20/announcing-net-framework-4-6/)
- [Release notes](net46)
- .NET Framework 4.5.2
- [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2014/05/05/announcing-the-net-framework-4-5-2/)
- .NET Framework 4.5.1
- [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2013/10/17/net-framework-4-5-1-rtm-start-coding/)
- .NET Framework 4.5
- [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2012/08/15/announcing-the-release-of-net-framework-4-5-rtm-product-and-source-code/)
See [referencesource](https://referencesource.microsoft.com/) to look at the source code for much of the .NET Framework.
See [docs.microsoft.com/dotnet](https://docs.microsoft.com/dotnet) for official .NET documentation. See [dotnet/docs](https://github.com/dotnet/docs) to contribute to the .NET docs.
See [dotnet/core](https://github.com/dotnet/core) to learn about [.NET Core releases](https://github.com/dotnet/core/blob/master/release-notes/README.md). See [aspnet/home](https://github.com/aspnet/Home) to learn about [ASP.NET Core releases](https://github.com/aspnet/Home/releases).