From 27e6a22cbb57e93106ed66c6ae9664b12ce6b94b Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 4 Jan 2022 07:22:05 -0600 Subject: [PATCH 1/6] .NET MAUI release notes entry --- aspnetcore/release-notes/aspnetcore-6.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetcore/release-notes/aspnetcore-6.0.md b/aspnetcore/release-notes/aspnetcore-6.0.md index e582e9562647..42ca00d7309e 100644 --- a/aspnetcore/release-notes/aspnetcore-6.0.md +++ b/aspnetcore/release-notes/aspnetcore-6.0.md @@ -241,6 +241,10 @@ Generic type parameters are now supported. For more information, see . +### Blazor hybrid desktop apps (.NET MAUI) + +.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. For more information, see [What is .NET MAUI?](/dotnet/maui/what-is-maui). + From 1ba070429c15d0047a7de9ccfd593b4650cfa931 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 4 Jan 2022 07:28:38 -0600 Subject: [PATCH 2/6] Updates --- aspnetcore/release-notes/aspnetcore-6.0.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/aspnetcore/release-notes/aspnetcore-6.0.md b/aspnetcore/release-notes/aspnetcore-6.0.md index 42ca00d7309e..a56fa1c8d4cd 100644 --- a/aspnetcore/release-notes/aspnetcore-6.0.md +++ b/aspnetcore/release-notes/aspnetcore-6.0.md @@ -243,7 +243,15 @@ Use a deployment layout to enable Blazor WebAssembly app downloads in restricted ### Blazor hybrid desktop apps (.NET MAUI) -.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. For more information, see [What is .NET MAUI?](/dotnet/maui/what-is-maui). +.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. + +For more information, see the following resources: + +* [What is .NET MAUI?](/dotnet/maui/what-is-maui) +* [Microsoft .NET Blog (category: ".NET MAUI")](https://devblogs.microsoft.com/dotnet/category/maui/) + +> [!NOTE] +> .NET MAUI is currently in preview.