Skip to content

Commit 0c29223

Browse files
committed
update readme
1 parent 7a382ec commit 0c29223

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dotnet new mcs-uno-markup2 --presentation mvux --allow-scripts yes
1919
```
2020

2121
## Markup options at a glance - good for everyone!
22-
Uno Platform supports XAML but recently has embraced C# UI as well with [Uno C# Markup](https://platform.uno/c-markup/). C# Markup 2 adds another option that goes above and beyond what gen-1 C# Markup variants offer.
22+
Uno Platform supports both XAML and C# UI with [Uno C# Markup](https://platform.uno/c-markup/). C# Markup 2 adds another option that goes above and beyond what gen-1 C# Markup variants offer.
2323

2424
It's good to have options - everyone wins: devs get the experience that they like best, and the UI framework gains more adoption. Check it out and pick what you like!
2525

@@ -64,6 +64,17 @@ No XAML / HTML / JavaScript / CSS required. No engine or layers to get in your w
6464
*Looking for C# Markup 1? Find it [here](https://github.com/VincentH-Net/CSharpForMarkup/tree/csharpformarkup1-archive)*
6565

6666
# News
67+
*May 5, 2025*
68+
> ## New C# Markup 3.0 for Uno Platform 5.6 and .NET 9
69+
Today's release is adds full support of Uno SDK 5.6 / Windows App SDK 1.6 and .NET 9 / .NET 8 to all CSharpMarkup.WinUI NuGets.
70+
71+
Includes support for all improvements in Uno SDK 5.6:
72+
- 80+ WinUI API's are no longer marked unsupported
73+
- new `ScrollPresenterAutomationPeer`, `FauxGradientBorderPresenter`
74+
- new `NewFrameworkTemplateBuilder` support
75+
76+
The example app in the repo is also updated to .NET 9 plus Uno 5.6 / Windows App SDK 1.6 and demonstrates how to use C# partial properties with MVVM Community Toolkit to support AOT.
77+
6778
*May 7, 2024*
6879
> ## New C# Markup 2.4 for Uno Platform 5.2 incl .NET Single Project
6980
Today's release is fully updated to Updated to Uno 5.2 including Uno's [.NET Single Project](https://platform.uno/blog/the-first-and-only-true-single-project-for-mobile-web-desktop-and-embedded-in-net/) and `uno.sdk`!

0 commit comments

Comments
 (0)