Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
victorisr authored Aug 5, 2025
commit 6a1a3a13d2bec9465d6ee32f9588625cf7681e6d
15 changes: 8 additions & 7 deletions release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

[Releases](../releases.md) under active support or development:

| Version | Release Date | Release type |Support phase | Latest Patch Version | End of Support |
| Version | Release Date | Release type | Support phase | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- | :-- |
| [.NET 10.0](./10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.6][10.0.0-preview.6] | TBD |
| [.NET 9.0](./9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.7][9.0.7] | May 12, 2026 |
| [.NET 8.0](./8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.18][8.0.18] | November 10, 2026 |
| [.NET 9.0](./9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.8][9.0.8] | May 12, 2026 |
| [.NET 8.0](./8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.19][8.0.19] | November 10, 2026 |

[10.0.0-preview.6]: ./10.0/preview/preview6/10.0.0-preview.6.md
[9.0.7]: ./9.0/9.0.7/9.0.7.md
[8.0.18]: ./8.0/8.0.18/8.0.18.md
[9.0.8]: ./9.0/9.0.8/9.0.8.md
[8.0.19]: ./8.0/8.0.19/8.0.19.md

[policies]: ../release-policies.md

* [Binaries and installers](https://dotnet.microsoft.com/download/dotnet)
Expand All @@ -31,8 +32,8 @@ Release notes include:

Example markdown files:

* [9.0/9.0.7/9.0.7.md](./9.0/9.0.7/9.0.7.md)
* [8.0/8.0.18/8.0.18.md](./8.0/8.0.18/8.0.18.md)
* [9.0/9.0.8/9.0.8.md](./9.0/9.0.8/9.0.8.md)
* [8.0/8.0.19/8.0.19.md](./8.0/8.0.19/8.0.19.md)

Example JSON files:

Expand Down