core/release-notes
Marc Paine a03af12560
Add known issue for workload restore and workload sets (#9491)
* Add known issue for workload restore and workload sets

* fix line length linter complaint.

* Update release-notes/8.0/known-issues.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Remove trailing space to fix linter error

---------

Co-authored-by: Martin Costello <martin@martincostello.com>
2024-09-16 16:37:13 -07:00
..
1.0 Fix/update links - part 1 (#8378) 2023-05-02 18:01:32 -07:00
1.1 Fix documentation (#9357) 2024-06-13 07:55:51 -07:00
2.0 Fix/update links - part 1 (#8378) 2023-05-02 18:01:32 -07:00
2.1 Use relative urls + fix broken links - .NET Core 2.1 release notes (#9513) 2024-09-16 16:02:40 -07:00
2.2 Use relative urls + fix broken links - .NET Core 2.2 release notes (#9512) 2024-09-16 16:04:23 -07:00
3.0 Use relative urls + fix broken links - .NET Core 3.0 release notes (#9511) 2024-09-16 16:04:40 -07:00
3.1 Use relative urls + fix broken links - .NET Core 3.1 release notes (#9510) 2024-09-16 16:04:49 -07:00
5.0 Use relative urls + fix broken links - .NET 5 release notes (#9509) 2024-09-16 16:05:13 -07:00
6.0 Use relative urls + fix broken links - .NET 6 release notes (#9508) 2024-09-16 16:05:00 -07:00
7.0 Use relative urls + fix broken links - .NET 7 release notes (#9507) 2024-09-16 16:08:24 -07:00
8.0 Add known issue for workload restore and workload sets (#9491) 2024-09-16 16:37:13 -07:00
9.0 Correct version numbers for 8.0 and 9.0 (#9505) 2024-09-14 15:53:20 -07:00
download-archives Fix/update links - part 3 (#8380) 2023-04-11 11:38:34 -07:00
schemas Update README and related files (#9478) 2024-08-22 15:54:43 -07:00
README.md Artifacts for .NET 9 RC1 Release (#9493) 2024-09-10 11:17:34 -07:00
RunApiDiff.md API diff between .NET 8.0 Preview 3 and .NET 8 Preview 4 (#8469) 2023-06-14 20:54:45 -06:00
RunApiDiff.ps1 RunApiDiff.ps1: Fix bug setting wrong filenames and foldernames when comparing preview1 and previous version (#9177) 2024-02-22 10:20:46 -06:00
license-information.md Linux packages JSON format (#9412) 2024-07-22 13:11:55 -07:00
net-package-deprecation.md Merge pull request #7675 from dotnet/nupkg-announce 2022-08-08 10:53:32 -07:00
releases-index.json Artifacts for .NET 9 RC1 Release (#9493) 2024-09-10 11:17:34 -07:00

README.md

.NET Release Notes

Releases under active support or development:

Version Release Date Support Latest Patch Version End of Support
.NET 9 November 12, 2024 STS 9.0.0-rc.1 May 12, 2026
.NET 8 November 14, 2023 LTS 8.0.8 November 10, 2026
.NET 6 November 8, 2021 LTS 6.0.33 November 12, 2024

You can find release notes for all releases in the release-notes directory, in markdown and JSON formats. This content is licensed for broad use.

Monthly patch release notes

Patch releases are published monthly, often including fixes for vulnerabilities (AKA CVEs) that are disclosed at the same time.

Release notes include:

  • Links to binaries
  • Notable changes, including CVEs
  • Compatibility information
  • Updated packages

Example markdown files:

Example JSON files:

releases-index.json and all the files it references are stored in blob storage and in GitHub. We use GitHub for easy discoverability of the files and Azure Blob Storage as our production platform.

It is straightforward to programmatically transform the blob storage links to raw GitHub links should that be desired.

Note: monthly previews are published in the same way, often on the same day. They are not supported so do not include CVE information. However, Release Candidate releases follow our "Go Live" policy and may include CVE information.

Monthly preview release notes

We typically release a preview for the next major version each month. These include detailed feature information.

Examples:

This content is used as source material for What's New pages in official Microsoft docs.

Preview release notes are always in a preview folder. This approach was adopted so that preview releases do not distract from stable releases once preview releases are no longer relevant.

Supported OS

Supported OS information is published for each major release. This information indicates to users which OSes they can expect an app (or the .NET SDK) to run on for a given .NET version. It also indicates which OSes are supported and when they transitioned to EOL status.

Examples:

OS packages

OS package information is published for each major release. This information indicates which packages must be installed on a given distro for a .NET app (or the .NET SDK) to run. .NET packages are available for multiple distros, which automatically install all required packages.

Examples: