Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dif notes for dotnet 9 #9603

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion release-notes/9.0/9.0.0/aspnetcore.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ASP.NET Core updates in .NET 9

.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9). This release was focused on quality improvements for the general availability of .NET 9.
.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9).

This release was focused on quality improvements for the general availability of .NET 9. See the [GitHub Release changelog](https://github.com/dotnet/aspnetcore/compare/v9.0.0-rc.2.24474.3...v9.0.0) for more information in changes between this release and RC 2.

ASP.NET Core updates in .NET 9:

Expand Down
4 changes: 3 additions & 1 deletion release-notes/9.0/9.0.0/dotnetmaui.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# .NET MAUI updates in .NET 9

.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9). This release was focused on quality improvements for the general availability of .NET 9.
.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9).

This release was focused on quality improvements for the general availability of .NET 9. See the [GitHub Release changelog](https://github.com/dotnet/maui/releases/tag/9.0.0) for more information in changes between this release and RC 2.

.NET MAUI updates in .NET 9:

Expand Down
4 changes: 3 additions & 1 deletion release-notes/9.0/9.0.0/libraries.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Libraries updates in .NET 9

.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9). This release was focused on quality improvements for the general availability of .NET 9.
.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9).

This release was focused on quality improvements for the general availability of .NET 9. See the [GitHub Release changelog](https://github.com/dotnet/runtime/compare/v9.0.0-rc.2.24473.5...v9.0.0) for more information in changes between this release and RC 2.

Libraries updates in .NET 9:

Expand Down
4 changes: 3 additions & 1 deletion release-notes/9.0/9.0.0/runtime.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Runtime updates in .NET 9

.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9). This release was focused on quality improvements for the general availability of .NET 9.
.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9).

This release was focused on quality improvements for the general availability of .NET 9. See the [GitHub Release changelog](https://github.com/dotnet/runtime/compare/v9.0.0-rc.2.24473.5...v9.0.0) for more information in changes between this release and RC 2.

Runtime updates in .NET 9:

Expand Down
4 changes: 3 additions & 1 deletion release-notes/9.0/9.0.0/sdk.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SDK updates in .NET 9

.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9). This release was focused on quality improvements for the general availability of .NET 9. See the [GitHub Release changelog](https://github.com/dotnet/sdk/compare/v9.0.100-rc.2.24474.11...) for more information.
.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9).

This release was focused on quality improvements for the general availability of .NET 9. See the [GitHub Release changelog](https://github.com/dotnet/sdk/compare/v9.0.100-rc.2.24474.11...v9.0.100) for more information in changes between this release and RC 2.

SDK updates in .NET 9:

Expand Down
4 changes: 3 additions & 1 deletion release-notes/9.0/9.0.0/wpf.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# WPF updates in .NET 9

.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9). This release was focused on quality improvements for the general availability of .NET 9.
.NET 9 is now generally available, read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet9).

This release was focused on quality improvements for the general availability of .NET 9. See the [GitHub Release changelog](https://github.com/dotnet/wpf/compare/v9.0.0-rc.2.24474.3...v9.0.0) for more information in changes between this release and RC 2.

WPF .NET 9:

Expand Down
Loading