diff --git a/docs/whats-new/dotnet-docs-maui-mod2.md b/docs/whats-new/dotnet-docs-maui-mod2.md index d4fee7fcf..79317946e 100644 --- a/docs/whats-new/dotnet-docs-maui-mod2.md +++ b/docs/whats-new/dotnet-docs-maui-mod2.md @@ -1,32 +1,24 @@ --- -title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for February 2025" -description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for February 2025." -ms.custom: February-2025 -ms.date: 03/01/2025 +title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for May 2025" +description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for May 2025." +ms.custom: May-2025 +ms.date: 06/01/2025 --- -# .NET Multi-platform App UI (.NET MAUI) docs: What's new for February 2025 +# .NET Multi-platform App UI (.NET MAUI) docs: What's new for May 2025 -Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for February 2025. This article lists some of the major changes to docs during this period. +Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for May 2025. This article lists some of the major changes to docs during this period. -## Android +## Get started ### Updated articles -- [Set up Android device for debugging](../android/device/setup.md) +- [Installation](../get-started/installation.md) - Add docs regarding new walkthrough steps -## User interface +## Tutorials -### Updated articles - -- [Host a Blazor web app in a .NET MAUI app using BlazorWebView](../user-interface/controls/blazorwebview.md) -- [HybridWebView](../user-interface/controls/hybridwebview.md) - -## Community contributors +### New articles -The following people contributed to the .NET Multi-platform App UI (.NET MAUI) docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). +- [Create a .NET MAUI app](../tutorials/notes-app.md) +- [Upgrade your app with MVVM concepts](../tutorials/notes-mvvm.md) -- [educfn](https://github.com/educfn) - Eduardo Cardoso Fernandes Neto ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green) -- [thimanshu1993](https://github.com/thimanshu1993) - Himanshu Tyagi ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green) -- [bhavanesh2001](https://github.com/bhavanesh2001) - Bhavanesh N ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) -- [BrayanKhosravian](https://github.com/BrayanKhosravian) - Brayan Khosravian ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) diff --git a/docs/whats-new/index.yml b/docs/whats-new/index.yml index 3cbeacae1..d7c9e0e7a 100644 --- a/docs/whats-new/index.yml +++ b/docs/whats-new/index.yml @@ -5,19 +5,19 @@ summary: Welcome to what's new in .NET MAUI docs. Use this page to quickly find metadata: title: .NET MAUI documentation what's new? description: Learn about new and updated content in .NET MAUI docs. - ms.date: 05/01/2025 + ms.date: 06/01/2025 ms.topic: landing-page landingContent: - title: Find .NET MAUI doc updates linkLists: - linkListType: whats-new links: + - text: May 2025 + url: dotnet-docs-maui-mod2.md - text: April 2025 url: dotnet-docs-maui-mod1.md - text: March 2025 url: dotnet-docs-maui-mod0.md - - text: February 2025 - url: dotnet-docs-maui-mod2.md - title: Get involved - contribute linkLists: - linkListType: overview diff --git a/docs/whats-new/toc.yml b/docs/whats-new/toc.yml index a190c6acf..f7801d3ad 100644 --- a/docs/whats-new/toc.yml +++ b/docs/whats-new/toc.yml @@ -3,6 +3,8 @@ items: href: index.yml expanded: true items: + - name: May 2025 + href: dotnet-docs-maui-mod2.md - name: April 2025 href: dotnet-docs-maui-mod1.md - name: Product releases @@ -14,12 +16,3 @@ items: href: dotnet-9.md - name: .NET 8 href: dotnet-8.md - - name: Docs updates - expanded: true - items: - - name: March 2025 - href: dotnet-docs-maui-mod0.md - - name: February 2025 - href: dotnet-docs-maui-mod2.md - - name: January 2025 - href: dotnet-docs-maui-mod1.md