From 86a8ea6c6370e63fb5c6f46aa650ab72840eb15d Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:26:25 -1000 Subject: [PATCH 1/3] Create aspnetcore-10.0.md --- aspnetcore/release-notes/aspnetcore-10.0.md | 38 +++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 aspnetcore/release-notes/aspnetcore-10.0.md diff --git a/aspnetcore/release-notes/aspnetcore-10.0.md b/aspnetcore/release-notes/aspnetcore-10.0.md new file mode 100644 index 000000000000..c068533e5431 --- /dev/null +++ b/aspnetcore/release-notes/aspnetcore-10.0.md @@ -0,0 +1,38 @@ +--- +title: What's new in ASP.NET Core 10.0 +author: rick-anderson +description: Learn about the new features in ASP.NET Core 10.0. +ms.author: riande +ms.custom: mvc +ms.date: 2/5/2025 +uid: aspnetcore-10 +--- +# What's new in ASP.NET Core 10.0 + +This article highlights the most significant changes in ASP.NET Core 10.0 with links to relevant documentation. + +This article will be updated as new preview releases are made available. + + + +## Blazor + +This section describes new features for Blazor. + +## SignalR + +This section describes new features for authentication and authorization. + +## Minimal APIs + +This section describes new features for minimal APIs. + +## Authentication and authorization + +ASP.NET Core 9 adds new features to authentication and authorization. + +## Miscellaneous + +The following sections describe miscellaneous new features in ASP.NET Core 9. + +## Additional resources From 02c59624c5ad8f99da74cc0c9faa85b241515805 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:42:30 -1000 Subject: [PATCH 2/3] Add link to ASP.NET Core announcement page --- aspnetcore/release-notes/aspnetcore-10.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/release-notes/aspnetcore-10.0.md b/aspnetcore/release-notes/aspnetcore-10.0.md index c068533e5431..5fb45b2ee5f5 100644 --- a/aspnetcore/release-notes/aspnetcore-10.0.md +++ b/aspnetcore/release-notes/aspnetcore-10.0.md @@ -11,7 +11,7 @@ uid: aspnetcore-10 This article highlights the most significant changes in ASP.NET Core 10.0 with links to relevant documentation. -This article will be updated as new preview releases are made available. +This article will be updated as new preview releases are made available. See the [Asp.Net Core announcement page](https://github.com/aspnet/announcements/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0.0-rc2) until this page is update. From f82567a09f2b92d5564b7fe85ec122482756911d Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:27:05 -1000 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Tom Dykstra --- aspnetcore/release-notes/aspnetcore-10.0.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetcore/release-notes/aspnetcore-10.0.md b/aspnetcore/release-notes/aspnetcore-10.0.md index 5fb45b2ee5f5..b71a2f096a16 100644 --- a/aspnetcore/release-notes/aspnetcore-10.0.md +++ b/aspnetcore/release-notes/aspnetcore-10.0.md @@ -11,7 +11,7 @@ uid: aspnetcore-10 This article highlights the most significant changes in ASP.NET Core 10.0 with links to relevant documentation. -This article will be updated as new preview releases are made available. See the [Asp.Net Core announcement page](https://github.com/aspnet/announcements/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0.0-rc2) until this page is update. +This article will be updated as new preview releases are made available. See the [Asp.Net Core announcement page](https://github.com/aspnet/announcements/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0.0-rc2) until this page is updated. @@ -21,7 +21,7 @@ This section describes new features for Blazor. ## SignalR -This section describes new features for authentication and authorization. +This section describes new features for SignalR. ## Minimal APIs @@ -29,10 +29,10 @@ This section describes new features for minimal APIs. ## Authentication and authorization -ASP.NET Core 9 adds new features to authentication and authorization. +This section describes new features for authentication and authorization. ## Miscellaneous -The following sections describe miscellaneous new features in ASP.NET Core 9. +This section describes miscellaneous new features in ASP.NET Core 9. -## Additional resources +## Related content