Skip to content

Commit a265b91

Browse files
committed
Merge branch 'main' into dabritch-net8
2 parents 5689ec7 + fc9ebb2 commit a265b91

File tree

3 files changed

+21
-41
lines changed

3 files changed

+21
-41
lines changed

docs/whats-new/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ items:
1313
- name: Month
1414
expanded: true
1515
items:
16+
- name: September 2023
17+
href: dotnet-docs-maui-mod0.md
1618
- name: August 2023
1719
href: dotnet-docs-maui-mod2.md
1820
- name: July 2023
1921
href: dotnet-docs-maui-mod1.md
20-
- name: June 2023
21-
href: dotnet-docs-maui-mod0.md
Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,38 @@
11
---
2-
title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for June 2023"
3-
description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for June 2023."
4-
ms.date: 08/23/2023
2+
title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for September 2023"
3+
description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for September 2023."
4+
ms.custom: September-2023
5+
ms.date: 10/02/2023
56
---
67

7-
# .NET Multi-platform App UI (.NET MAUI) docs: What's new for June 2023
8+
# .NET Multi-platform App UI (.NET MAUI) docs: What's new for September 2023
89

9-
Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for June 2023. This article lists some of the major changes to docs during this period.
10-
11-
## Android
12-
13-
### New articles
14-
15-
- [Java and managed code interoperability](../android/internals/java-interop.md)
16-
17-
## Fundamentals
18-
19-
### Updated articles
20-
21-
- [Build accessible apps with semantic properties](../fundamentals/accessibility.md)
22-
- [Recognize a pan gesture](../fundamentals/gestures/pan.md)
10+
Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for September 2023. This article lists some of the major changes to docs during this period.
2311

2412
## Migration from Xamarin.Forms
2513

26-
### Updated articles
27-
28-
- [Xamarin.Android project migration](../migration/android-projects.md)
14+
### New articles
2915

30-
## Platform integration
16+
- [Migrate data from the Xamarin.Forms app properties dictionary to .NET MAUI preferences](../migration/app-properties.md)
17+
- [Migrate from Xamarin.Essentials secure storage to .NET MAUI secure storage](../migration/secure-storage.md)
18+
- [Manually upgrade a Xamarin.Forms app to a single project .NET MAUI app](../migration/multi-project-to-single-project.md)
3119

3220
### Updated articles
3321

34-
- [Web authenticator](../platform-integration/communication/authentication.md)
22+
- [Upgrade from Xamarin to .NET](../migration/index.md)
23+
- [Manually upgrade a Xamarin.Forms app to a multi-project .NET MAUI app](../migration/multi-project-to-multi-project.md)
3524

3625
## User interface
3726

3827
### Updated articles
3928

40-
- [Draw graphical objects](../user-interface/graphics/draw.md)
41-
- [Images](../user-interface/graphics/images.md)
42-
- [Paint graphical objects](../user-interface/graphics/paint.md)
43-
44-
## XAML
45-
46-
### Updated articles
47-
48-
- [XAML compilation](../xaml/xamlc.md)
49-
- [Essential XAML syntax](../xaml/fundamentals/essential-syntax.md)
29+
- [Graphics](../user-interface/graphics/index.md)
30+
- [Add images to a .NET MAUI app project](../user-interface/images/images.md)
31+
- [Add a splash screen to a .NET MAUI app project](../user-interface/images/splashscreen.md)
5032

5133
## Community contributors
5234

5335
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).
5436

55-
- [banditoth](https://github.com/banditoth) - András Tóth ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
56-
- [haavamoa](https://github.com/haavamoa) - Håvard Moås ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
37+
- [KevinZonda](https://github.com/KevinZonda) - KevinZonda ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
5738
- [thimanshu1993](https://github.com/thimanshu1993) - Himanshu Tyagi ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
58-
- [ZeProgFactory](https://github.com/ZeProgFactory) - Michael ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)

docs/whats-new/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ summary: Welcome to what's new in .NET MAUI docs. Use this page to quickly find
55
metadata:
66
title: .NET MAUI documentation what's new?
77
description: Learn about new and updated content in .NET MAUI docs.
8-
ms.date: 09/01/2023
8+
ms.date: 10/02/2023
99
ms.topic: landing-page
1010
landingContent:
1111
- title: Find .NET MAUI doc updates
1212
linkLists:
1313
- linkListType: whats-new
1414
links:
15+
- text: September 2023
16+
url: dotnet-docs-maui-mod0.md
1517
- text: August 2023
1618
url: dotnet-docs-maui-mod2.md
1719
- text: July 2023
1820
url: dotnet-docs-maui-mod1.md
19-
- text: June 2023
20-
url: dotnet-docs-maui-mod0.md
2121
- title: Get involved - contribute
2222
linkLists:
2323
- linkListType: overview

0 commit comments

Comments
 (0)