Compare commits

...

8 commits

Author SHA1 Message Date
Rahul Bhandari 3b4015ed6b
Update releases-index.json 2021-11-09 13:21:19 -08:00
Rahul Bhandari 74802258c5
Update README.md 2021-11-09 13:17:47 -08:00
Rahul Bhandari c841e1bb95
Update releases.md 2021-11-09 13:17:20 -08:00
Rahul Bhandari 6f32407bf3
Update README.md 2021-11-09 12:28:53 -08:00
Rahul Bhandari e4a948c571
Update releases-index.json 2021-11-09 12:27:08 -08:00
Rahul Bhandari 0321bcdeb9
Update releases.md 2021-11-09 12:25:58 -08:00
Rahul Bhandari ad0885eb05
Update README.md 2021-11-09 12:25:24 -08:00
Rahul Bhandari 44f8a23fc6
Update releases.json 2021-11-09 12:24:25 -08:00
5 changed files with 10 additions and 3593 deletions

View file

@ -1,6 +1,6 @@
# .NET 5
[.NET 5](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) is a [Current release](../../release-policies.md) and will be supported for eighteen months, from November 2020 to May 2022. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](5.0-supported-os.md).
[.NET 5](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) is currently in [maintenance phase](../../release-policies.md) and will be supported for eighteen months, from November 2020 to May 2022. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](5.0-supported-os.md).
- [Downloads](https://dotnet.microsoft.com/download/dotnet/5.0) (also see [Releases](#releases))
- [Installation docs](https://docs.microsoft.com/dotnet/core/install/)

File diff suppressed because it is too large Load diff

View file

@ -2,11 +2,11 @@
The following [.NET releases](../releases.md) are currently supported:
| Version | Release Date | Support | Latest Patch Version | End of Support |
| Version | Release Date | Support Phase | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- |
| [.NET 6](6.0/README.md) | [November, 2021](https://devblogs.microsoft.com/dotnet/announcing-net-6/) | [LTS][policies] | [6.0.0 ][6.0.0] | November 08, 2024 |
| [.NET 5](5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [Current][policies] | [5.0.12][5.0.12] | May 08, 2022 |
| [.NET Core 3.1](3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS][policies] | [3.1.21][3.1.21] | December 3, 2022 |
| [.NET 5](5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [Maintenance][policies] | [5.0.12][5.0.12] | May 08, 2022 |
| [.NET Core 3.1](3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS, Maintenance][policies] | [3.1.21][3.1.21] | December 3, 2022 |
You can find release notes for all releases, including out-of-support releases, in the [release-notes](.) directory.

View file

@ -20,7 +20,7 @@
"latest-runtime": "5.0.12",
"latest-sdk": "5.0.403",
"product": ".NET",
"support-phase": "current",
"support-phase": "maintenance",
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json"
},
{

View file

@ -9,11 +9,11 @@ All .NET versions can be downloaded from the [.NET website](https://dotnet.micro
The following table lists in-support .NET releases.
| Version | Release Date | Support | Latest Patch Version | End of Support |
| Version | Release Date | Support Phase | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- |
| [.NET 6](release-notes/6.0/README.md) | [November, 2021](https://devblogs.microsoft.com/dotnet/announcing-net-6/) | [LTS][policies] | [6.0.0 ][6.0.0 ] | November 08, 2024 |
| [.NET 5](release-notes/5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [Current][policies] | [5.0.12][5.0.12 ] | May 08, 2022 |
| [.NET Core 3.1](release-notes/3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS][policies] | [3.1.21][3.1.21] | December 3, 2022 |
| [.NET 5](release-notes/5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [Maintenance][policies] | [5.0.12][5.0.12 ] | May 08, 2022 |
| [.NET Core 3.1](release-notes/3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS, Maintenance][policies] | [3.1.21][3.1.21] | December 3, 2022 |
[6.0.0]: release-notes/6.0/6.0.0/6.0.0.md
[5.0.12]: release-notes/5.0/5.0.12/5.0.12.md