.NET 10 Preview 5 (#9829)
* .NET 10 Preview 5
* update
* lint
* Add C# features in preview 5
Write the description for user defined compound assignment operators.
* Revert "Add C# features in preview 5"
This reverts commit 42e5ac6bff.
* Remove VB release notes for P5
There aren't notable new features in Visual Basic for Preview 5.
* Add notes about PQC
* Add PQC to the libraries ToC
* .NET 10 P5 - WinForms (#9919)
* winforms
* WinForms Preview 5
Preview 5 updates
* Fix duplicated intro
---------
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* .NET 10 P5 - Containers (#9917)
* containers
* update for p5
* .NET 10 P5 - WPF (#9918)
* wpf
* Add notes
---------
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* .NET 10 P5 Runtime (#9912)
* Update for Runtime
* Add JIT notes
* Fix GC notes
---------
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
* .NET 10 P5 - Languages (#9916)
* update csharp
* Add C# features in preview 5
Write the description for user defined compound assignment operators.
* Remove VB release notes for P5
There aren't notable new features in Visual Basic for Preview 5.
* Update fsharp.md
* Update fsharp.md
* Update fsharp.md
* add vb back just to link to docs
* update f#
* Update README.md
---------
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
* updates for lint
* update (#9915)
* update for sdk (#9914)
* some more updates
* .NET MAUI in 10 Preview 5 (#9921)
* .NET MAUI in 10 Preview 5
* Update dotnetmaui.md
* added contributors
* hybridwebview interception
* addressing comments
---------
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
* linting
* Update release-notes/10.0/preview/preview5/README.md
Co-authored-by: Martin Costello <martin@martincostello.com>
* Update release-notes/10.0/preview/preview5/README.md
Co-authored-by: Martin Costello <martin@martincostello.com>
* Update ef and date
* updating md file
* Added updates to README
---------
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
This commit is contained in:
@@ -8,13 +8,13 @@ Welcome to the home of .NET [release notes](./release-notes/README.md) and [news
|
||||
|
||||
| Version | Release Date | Release type |Support phase | Latest Patch Version | End of Support |
|
||||
| :-- | :-- | :-- | :-- | :-- | :-- |
|
||||
| [.NET 10](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview| [10.0.0-preview.4][10.0.0-preview.4] | |
|
||||
| [.NET 10.0](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.5][10.0.0-preview.5] | TBD |
|
||||
| [.NET 9](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.5][9.0.5] | May 12, 2026 |
|
||||
| [.NET 8](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.16][8.0.16] | November 10, 2026 |
|
||||
|
||||
[10.0.0-preview.4]: release-notes/10.0/preview/preview4/10.0.0-preview.4.md
|
||||
[9.0.5]: release-notes/9.0/9.0.5/9.0.5.md
|
||||
[8.0.16]: release-notes/8.0/8.0.16/8.0.16.md
|
||||
[10.0.0-preview.5]: release-notes/10.0/preview/preview5/10.0.0-preview.5.md
|
||||
[policies]: release-policies.md
|
||||
|
||||
* [Release notes](./release-notes/README.md)
|
||||
@@ -32,4 +32,4 @@ You can subscribe to discussions with the following RSS feeds:
|
||||
| --- | :--: | :--: |
|
||||
| All Discussions | [🔗](https://github.com/dotnet/core/discussions) | [🔗](https://github.com/dotnet/core/discussions.atom) |
|
||||
| News | [🔗](https://github.com/dotnet/core/discussions/categories/news) | [🔗](https://github.com/dotnet/core/discussions/categories/news.atom) |
|
||||
| General | [🔗](https://github.com/dotnet/core/discussions/categories/general) | [🔗](https://github.com/dotnet/core/discussions/categories/general.atom) |
|
||||
| General | [🔗](https://github.com/dotnet/core/discussions/categories/general) | [🔗](https://github.com/dotnet/core/discussions/categories/general.atom) |
|
||||
Reference in New Issue
Block a user