Skip to content

Commit d05daa6

Browse files
richlanderMichaelSimonsmthalmanmairaw
authored
Update release notes format (#6100)
* Update release notes * Update release notes * Update .NET 6 releae notes * Update table * Update links * Update release table * Update 2.1 * Update table * Update links * Add linux packages doc * Add link to packages doc * Update Arch instructions * Add statement about globalization invariant mode * Apply suggestions from code review Co-authored-by: Michael Simons <[email protected]> Co-authored-by: Matt Thalman <[email protected]> * Update per feedback * Update link * Add buster * Update heading * Cleanup wording * Update per feedback * Update per feedback * Apply suggestions from code review Co-authored-by: Maira Wenzel <[email protected]> * Update perf feedback * Update release-policies.md Co-authored-by: Maira Wenzel <[email protected]> Co-authored-by: Michael Simons <[email protected]> Co-authored-by: Matt Thalman <[email protected]> Co-authored-by: Maira Wenzel <[email protected]>
1 parent d393abb commit d05daa6

18 files changed

+533
-135
lines changed

microsoft-support.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft support for .NET
22

3-
Microsoft supports .NET on multiple operating systems, per the [Microsoft Modern Lifecycle](https://support.microsoft.com/help/30881/modern-lifecycle-policy).
3+
[Microsoft supports .NET](https://dotnet.microsoft.com/platform/support/policy) on multiple operating systems, per the [Microsoft Modern Lifecycle](https://support.microsoft.com/help/30881/modern-lifecycle-policy).
44

55
Support is provided for: .NET SDK, .NET runtime, ASP.NET Core, and EF Core.
66

@@ -13,8 +13,9 @@ You can also request community support on GitHub (for free), but there is no gua
1313

1414
Support is conditional on using the latest .NET patch update and a supported operating system, as defined by:
1515

16+
* [Microsoft support policy](https://dotnet.microsoft.com/platform/support/policy)
17+
* [.NET releases](releases.md)
1618
* [.NET release policies](release-policies.md)
17-
* [.NET release lifecycle](releases.md)
18-
* [Operating system lifecycle](os-lifecycle-policy.md).
19+
* [.NET supported operating system lifecycle](os-lifecycle-policy.md).
1920

2021
Knowing key dates for a product lifecycle helps you make informed decisions about when to upgrade or make other changes to your software and computing environment.

os-lifecycle-policy.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# .NET Supported OS Policy
22

3-
.NET is [supported by Microsoft](microsoft-support.md) on multiple operating systems, defined per .NET version.
3+
.NET is [supported by Microsoft](microsoft-support.md) on multiple operating systems.
44

5-
Each supported operating system has a lifecycle defined by its sponsor organization (for example, Microsoft, Red Hat, Debian, or Apple). The .NET team applies each of those lifecycle schedules to inform adding and removing support for operating system versions.
5+
A more restrictive policy is used for [.NET container images](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-platforms.md).
66

7-
When an operating system version goes out of "mainstream" or "free" support, we stop testing that version and providing support for that version. This means that users will need to move forward to a supported operating system version to get support.
7+
## Supported .NET versions
88

9-
The following documents define currently supported operating system versions for supported .NET Core versions:
9+
The following documents describe supported operating systems:
1010

11-
* [.NET 6 supported OS versions](release-notes/6.0/6.0-supported-os.md)
11+
* [.NET 6 supported OS versions](release-notes/6.0/supported-os.md)
1212
* [.NET 5 supported OS versions](release-notes/5.0/5.0-supported-os.md)
1313
* [.NET Core 3.1 supported OS versions](release-notes/3.1/3.1-supported-os.md)
1414
* [.NET Core 2.1 supported OS versions](release-notes/2.1/2.1-supported-os.md)
1515

16-
The following documents define (historical) operating system support for out-of-support .NET Core versions:
16+
## Out-of-support .NET versions
17+
18+
The following documents describe (historical) supported operating systems:
1719

1820
* [.NET Core 3.0 supported OS versions](release-notes/3.0/3.0-supported-os.md)
1921
* [.NET Core 2.2 supported OS versions](release-notes/2.2/2.2-supported-os.md)
@@ -22,13 +24,14 @@ The following documents define (historical) operating system support for out-of-
2224

2325
## Change Process
2426

25-
Operating system versions are added and go out of support on a regular basis. We record these changes in two places:
27+
Operating system versions are added and go out of support on a regular basis. We record these changes in three places:
2628

2729
* The support documents listed above
2830
* [Monthly Update Announcements](https://github.com/dotnet/announcements/labels/Monthly-Update)
31+
* [OS support tracking issues](https://github.com/dotnet/core/labels/os-support)
2932

30-
## Exceptions to the supported platform policy
33+
## Lifecycle Policy
3134

32-
Occasionally, we may choose to offer support on an OS platform that is out of support. Or we may choose to exclude a supported platform for specific reasons.
35+
Each supported operating system has a lifecycle defined by its sponsor organization (for example, Microsoft, Red Hat, Debian, or Apple). The .NET team applies each of those lifecycle schedules to inform adding and removing support for operating system versions. Support is typically removed when an operating system goes out of mainline support, at which point we stop testing and supporting it, and support documents are updated to match.
3336

34-
One example is Windows 7 SP1. Windows 7 SP1 is out of support, but enterprise customers can buy [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq), and many do. Given the widespread use of Windows 7 in the .NET ecosystem we chose to include Windows 7 SP1 (with Extended Security Updates installed) as a supported platform for .NET 5.0. Another example is Windows Server 2012. Windows Server 2012 is currently in support but not included in the supported platform list for .NET 5.0 because a newer version is available in the Server 2012 family - Server 2012 R2.
37+
Operating system policies and schedules do not always align well with the annual .NET schedule. We have sometimes supported both [Windows](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) and Linux versions after mainline (and possibly free) support has lapsed as a service to users to provide more time to transition to newer releases. The previous support documents are kept up to date and provide accurate information you can use to make your own support decisions.

release-notes/2.1/README.md

Lines changed: 39 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,44 @@
11
# .NET Core 2.1 Releases
22

3-
Important: .NET Core 2.1 is scheduled to go out of support on August 21, 2021. You should consider moving your usage to a later release.
3+
> Important: [.NET Core 2.1 is scheduled to go out of support on August 21, 2021](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/). You should consider moving your applications to a later release.
44
5-
[.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) was released on May 30th, 2018. The release was a collaborative effort by many [contributors](2.1.0-contributor.md). .NET Core 2.1 is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](2.1-supported-os.md).
5+
[.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) is an [LTS release](../../release-policies.md) and will be supported for (a little more than) three years, from May 2018 to August 2021. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](2.1-supported-os.md).
66

7-
Release notes and download information is provided for each update, in the follow table. You must be on the latest update to be supported.
7+
- [Downloads](https://dotnet.microsoft.com/download/dotnet/2.1) (also see [Releases](#releases))
8+
- [Installation docs](https://docs.microsoft.com/dotnet/core/install/)
9+
- [Containers](https://hub.docker.com/_/microsoft-dotnet)
10+
- [Supported operating systems](2.1-supported-os.md)
11+
- [Known Issues](2.1-known-issues.md)
12+
- [Contributors](2.1.0-contributor-list.md)
813

9-
| Release Date | Description | Download |
10-
| :-- | :-- | :--: |
11-
| 2021/03/09 | [2.1.26](2.1.26/2.1.26.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
12-
| 2021/02/09 | [2.1.25](2.1.25/2.1.25.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
13-
| 2021/01/12 | [2.1.24](2.1.24/2.1.24.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
14-
| 2020/10/13 | [2.1.23](2.1.23/2.1.23.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
15-
| 2020/09/08 | [2.1.22](2.1.22/2.1.22.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
16-
| 2020/08/11 | [2.1.21](2.1.21/2.1.21.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
17-
| 2020/07/14 | [2.1.20](2.1.20/2.1.20.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
18-
| 2020/06/09 | [2.1.19](2.1.19/2.1.19.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
19-
| 2020/05/12 | [2.1.18](2.1.18/2.1.18.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
20-
| 2020/03/24 | [2.1.17](2.1.17/2.1.17.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
21-
| 2020/02/18 | [2.1.16](2.1.16/2.1.16.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
22-
| 2020/01/14 | [2.1.15](2.1.15/2.1.15.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
23-
| 2019/11/19 | [2.1.14](2.1.14/2.1.14.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) |
24-
| 2019/09/10 | [2.1.13](2.1.13/2.1.13.md) | [download](2.1.13/2.1.13-download.md) |
25-
| 2019/07/09 | [2.1.12](2.1.12/2.1.12.md) | [download](2.1.12/2.1.12-download.md) |
26-
| 2019/05/14 | [2.1.11](2.1.11/2.1.11.md) | [download](2.1.11/2.1.11-download.md) |
27-
| 2019/04/09 | [2.1.10](2.1.10/2.1.10.md) | [download](2.1.10/2.1.10-download.md) |
28-
| 2019/03/12 | [2.1.9](2.1.9/2.1.9.md) | [download](2.1.9/2.1.9-download.md) |
29-
| 2019/02/12 | [2.1.8](2.1.8/2.1.8.md) | [download](2.1.8/2.1.8-download.md) |
30-
| 2019/01/08 | [2.1.7](2.1.7/2.1.7.md) | [download](2.1.7/2.1.7-download.md) |
31-
| 2018/11/13 | [2.1.6](2.1.6/2.1.6.md) | [download](2.1.6/2.1.6-download.md) |
32-
| 2018/10/02 | [2.1.5](2.1.5/2.1.5.md) | [download](2.1.5/2.1.5-download.md) |
33-
| 2018/09/11 | [2.1.4](2.1.4/2.1.4.md) | [download](2.1.4/2.1.4-download.md) |
34-
| 2018/08/21 | [2.1.3](2.1.3/2.1.3.md) | [download](2.1.3/2.1.3-download.md) |
35-
| 2018/07/10 | [2.1.2](2.1.2.md) | [download](../download-archives/2.1.2-download.md) |
36-
| 2018/06/19 | [2.1.1](2.1.1.md) | [download](../download-archives/2.1.1-download.md) |
37-
| 2018/05/30 | [2.1.0](2.1.0.md) | [download](../download-archives/2.1.0-download.md) |
38-
| 2018/05/07 | [2.1.0 RC1](Preview/2.1.0-rc1.md) | [download](../download-archives/2.1.0-rc1-download.md) |
39-
| 2018/04/10 | [2.1.0 Preview 2](Preview/2.1.0-preview2.md) | [download](../download-archives/2.1.0-preview2-download.md) |
40-
| 2018/02/27 | [2.1.0 Preview 1](2.1.0-preview1.md) | [download](../download-archives/2.1.0-preview1-download.md) |
14+
## Releases
15+
16+
| Date | Release |
17+
| :-- | :-- |
18+
| 2021/03/09 | [2.1.26](2.1.26/2.1.26.md) |
19+
| 2021/02/09 | [2.1.25](2.1.25/2.1.25.md) |
20+
| 2021/01/12 | [2.1.24](2.1.24/2.1.24.md) |
21+
| 2020/10/13 | [2.1.23](2.1.23/2.1.23.md) |
22+
| 2020/09/08 | [2.1.22](2.1.22/2.1.22.md) |
23+
| 2020/08/11 | [2.1.21](2.1.21/2.1.21.md) |
24+
| 2020/07/14 | [2.1.20](2.1.20/2.1.20.md) |
25+
| 2020/06/09 | [2.1.19](2.1.19/2.1.19.md) |
26+
| 2020/05/12 | [2.1.18](2.1.18/2.1.18.md) |
27+
| 2020/03/24 | [2.1.17](2.1.17/2.1.17.md) |
28+
| 2020/02/18 | [2.1.16](2.1.16/2.1.16.md) |
29+
| 2020/01/14 | [2.1.15](2.1.15/2.1.15.md) |
30+
| 2019/11/19 | [2.1.14](2.1.14/2.1.14.md) |
31+
| 2019/09/10 | [2.1.13](2.1.13/2.1.13.md) |
32+
| 2019/07/09 | [2.1.12](2.1.12/2.1.12.md) |
33+
| 2019/05/14 | [2.1.11](2.1.11/2.1.11.md) |
34+
| 2019/04/09 | [2.1.10](2.1.10/2.1.10.md) |
35+
| 2019/03/12 | [2.1.9](2.1.9/2.1.9.md) |
36+
| 2019/02/12 | [2.1.8](2.1.8/2.1.8.md) |
37+
| 2019/01/08 | [2.1.7](2.1.7/2.1.7.md) |
38+
| 2018/11/13 | [2.1.6](2.1.6/2.1.6.md) |
39+
| 2018/10/02 | [2.1.5](2.1.5/2.1.5.md) |
40+
| 2018/09/11 | [2.1.4](2.1.4/2.1.4.md) |
41+
| 2018/08/21 | [2.1.3](2.1.3/2.1.3.md) |
42+
| 2018/07/10 | [2.1.2](2.1.2.md) |
43+
| 2018/06/19 | [2.1.1](2.1.1.md) |
44+
| 2018/05/30 | [2.1.0](2.1.0.md) |

release-notes/3.1/3.1-supported-os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .NET Core 3.1 - Supported OS versions
22

3-
The tables below provide OS version information supported by .NET Core 3.1.
3+
[.NET Core 3.1](README.md) is supported on multiple operating systems per their [lifecycle policy](../../os-lifecycle-policy.md).
44

55
## Keys used in the tables
66

release-notes/3.1/README.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
1-
# .NET Core 3.1 Releases
1+
# .NET Core 3.1
22

3-
[.NET Core 3.1](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) was released on December 3rd, 2019. The release was a collaborative effort by many contributors. .NET Core 3.1 is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](3.1-supported-os.md). [Known Issues](3.1-known-issues.md) are recorded and updated, as appropriate, with each update.
3+
[.NET Core 3.1](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) is a [Long Term Support (LTS) release](../../release-policies.md) and will be supported for three years, from December 2019 to December 2022. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](3.1-supported-os.md).
44

5-
Release notes and download information is provided for each update, in the follow table. You must be on the latest update to be supported.
5+
- [Downloads](https://dotnet.microsoft.com/download/dotnet/3.1) (also see [Releases](#releases))
6+
- [Installation docs](https://docs.microsoft.com/dotnet/core/install/)
7+
- [Containers](https://hub.docker.com/_/microsoft-dotnet)
8+
- [Supported OSes](3.1-supported-os.md)
9+
- [Known Issues](3.1-known-issues.md)
10+
- [Contributors](3.1-contributor-list.md)
611

7-
Install the latest [.NET 3.1](https://dotnet.microsoft.com/download/dotnet/3.1)
12+
## Releases
813

9-
| Release Date | Description |
10-
| :-- | :-- |
11-
| 2021/03/09 | [3.1.13](./3.1.13/3.1.13.md) |
12-
| 2021/02/09 | [3.1.12](./3.1.12/3.1.12.md) |
13-
| 2021/01/12 | [3.1.11](./3.1.11/3.1.11.md) |
14-
| 2020/11/10 | [3.1.10](./3.1.10/3.1.10.md) |
15-
| 2020/10/13 | [3.1.9](./3.1.9/3.1.9.md) |
16-
| 2020/09/08 | [3.1.8](./3.1.8/3.1.8.md) |
17-
| 2020/08/11 | [3.1.7](./3.1.7/3.1.7.md) |
18-
| 2020/07/14 | [3.1.6](./3.1.6/3.1.6.md) |
19-
| 2020/06/09 | [3.1.5](./3.1.5/3.1.5.md) |
20-
| 2020/05/19 | [3.1.300](./3.1.4/3.1.300-sdk.md) |
21-
| 2020/05/12 | [3.1.4](./3.1.4/3.1.4.md) |
22-
| 2020/03/24 | [3.1.3](./3.1.3/3.1.3.md) |
23-
| 2020/03/16 | [3.1.200](./3.1.2/3.1.200-sdk.md) |
24-
| 2020/02/18 | [3.1.2](./3.1.2/3.1.2.md) |
25-
| 2020/01/14 | [3.1.1](./3.1.1/3.1.1.md) |
26-
| 2019/12/03 | [3.1.0](./3.1.0/3.1.0.md) |
27-
| 2019/11/14 | [3.1.0 Preview 3](./preview/3.1.0-preview3.md) |
28-
| 2019/11/04 | [3.1.0 Preview 2](./preview/3.1.0-preview2.md) |
29-
| 2019/10/15 | [3.1.0 Preview 1](./preview/3.1.0-preview1.md) |
14+
| Date | Release |
15+
| :-- | :-- |
16+
| 2021/03/09 | [3.1.13](./3.1.13/3.1.13.md) |
17+
| 2021/02/09 | [3.1.12](./3.1.12/3.1.12.md) |
18+
| 2021/01/12 | [3.1.11](./3.1.11/3.1.11.md) |
19+
| 2020/11/10 | [3.1.10](./3.1.10/3.1.10.md) |
20+
| 2020/10/13 | [3.1.9](./3.1.9/3.1.9.md) |
21+
| 2020/09/08 | [3.1.8](./3.1.8/3.1.8.md) |
22+
| 2020/08/11 | [3.1.7](./3.1.7/3.1.7.md) |
23+
| 2020/07/14 | [3.1.6](./3.1.6/3.1.6.md) |
24+
| 2020/06/09 | [3.1.5](./3.1.5/3.1.5.md) |
25+
| 2020/05/19 | [3.1.300](./3.1.4/3.1.300-sdk.md) |
26+
| 2020/05/12 | [3.1.4](./3.1.4/3.1.4.md) |
27+
| 2020/03/24 | [3.1.3](./3.1.3/3.1.3.md) |
28+
| 2020/03/16 | [3.1.200](./3.1.2/3.1.200-sdk.md) |
29+
| 2020/02/18 | [3.1.2](./3.1.2/3.1.2.md) |
30+
| 2020/01/14 | [3.1.1](./3.1.1/3.1.1.md) |
31+
| 2019/12/03 | [3.1.0](./3.1.0/3.1.0.md) |

release-notes/5.0/5.0-supported-os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .NET 5 - Supported OS versions
22

3-
[Microsoft supports](https://github.com/dotnet/core/blob/main/microsoft-support.md) .NET 5 with multiple operating systems, in alignment with official operating system lifecycle and distribution.
3+
[.NET 5](README.md) is supported on multiple operating systems per their [lifecycle policy](../../os-lifecycle-policy.md).
44

55
## Windows
66

release-notes/5.0/README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
# .NET 5.0 Release
1+
# .NET 5
22

3-
[.NET 5.0](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) was released on November 10th, 2020. The release was a collaborative effort by many [contributors](5.0-contributor-list.md). .NET 5.0 is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](5.0-supported-os.md). [Known Issues](5.0-known-issues.md) are recorded and updated, as appropriate, with each update.
3+
[.NET 5](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) is a [Current release](../../release-policies.md) and will be supported for fifteen months, from November 2020 to February 2022. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](5.0-supported-os.md).
44

5-
Release notes and download information is provided for each update, in the follow table. You must be on the latest update to be supported.
5+
- [Downloads](https://dotnet.microsoft.com/download/dotnet/5.0) (also see [Releases](#releases))
6+
- [Installation docs](https://docs.microsoft.com/dotnet/core/install/)
7+
- [Containers](https://hub.docker.com/_/microsoft-dotnet)
8+
- [Supported OSes](5.0-supported-os.md)
9+
- [Known Issues](5.0-known-issues.md)
10+
- [Contributors](5.0-contributor-list.md)
611

7-
Install the latest [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0)
12+
## Releases
813

9-
| Release Date | Description |
14+
| Date | Release |
1015
| :-- | :-- |
1116
| 2021/03/09 | [5.0.4](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.4/5.0.4.md) |
1217
| 2021/03/02 | [5.0.200](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.200-sdk.md) |
1318
| 2021/02/09 | [5.0.3](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.3.md) |
1419
| 2021/01/12 | [5.0.2](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.2/5.0.2.md) |
1520
| 2020/12/08 | [5.0.1](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.1/5.0.1.md) |
1621
| 2020/11/10 | [5.0.0](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.0/5.0.0.md) |
17-
| 2020/10/13 | [5.0.0 RC 2](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.2.md) |
18-
| 2020/09/14 | [5.0.0 RC 1](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.1.md) |
19-
| 2020/08/25 | [5.0.0 Preview 8](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.8.md) |
20-
| 2020/07/21 | [5.0.0 Preview 7](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.7.md) |
21-
| 2020/06/25 | [5.0.0 Preview 6](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.6.md) |
22-
| 2020/06/10 | [5.0.0 Preview 5](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.5.md) |
23-
| 2020/05/19 | [5.0.0 Preview 4](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.4.md) |
24-
| 2020/04/23 | [5.0.0 Preview 3](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.3.md) |
25-
| 2020/04/02 | [5.0.0 Preview 2](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.2.md) |
26-
| 2020/03/16 | [5.0.0 Preview 1](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.1.md) |

release-notes/6.0/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# .NET 6.0 Release
1+
# .NET 6
22

3-
Placeholder for .NET 6 release information.
3+
> Note: .NET 6 is currently in `Preview` and is currently not supported.
44
5-
Install the latest [.NET 6 Preview](https://dotnet.microsoft.com/download/dotnet/6.0)
5+
[.NET 6](https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-2/) will be an [LTS release](../../release-policies.md) and will be supported for three years, from November 2021 to November 2024. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](supported-os.md).
66

7-
| Release Date | Description |
7+
- [Downloads](https://dotnet.microsoft.com/download/dotnet/6.0) (also see [Releases](#releases))
8+
- [Containers](https://hub.docker.com/_/microsoft-dotnet)
9+
- [Supported OSes](supported-os.md)
10+
- [Known Issues](known-issues.md)
11+
- [Installation instructions](install.md)
12+
13+
## Releases
14+
15+
| Date | Release |
816
| :-- | :-- |
917
| 2021/03/11 | [6.0.0 Preview 2](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.2.md) |
1018
| 2021/02/17 | [6.0.0 Preview 1](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md) |

0 commit comments

Comments
 (0)