Skip to content

Commit 702b093

Browse files
committed
Update readme for release 2.4
1 parent b65c704 commit 702b093

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dotnet new install Modern.CSharp.Templates
1313
md UnoCSharpMarkup2
1414
cd UnoCSharpMarkup2
1515
16-
dotnet new unoapp
17-
dotnet new mcs-uno-markup2 --presentation mvux
16+
dotnet new unoapp -preset recommended
17+
dotnet new mcs-uno-markup2 --presentation mvux --allow-scripts yes
1818
1919
```
2020

@@ -64,6 +64,15 @@ 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 7, 2024*
68+
> ## New C# Markup 2 templates for Uno Platform 5.2
69+
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`!
70+
71+
Plus:
72+
- Added support for latest `dotnet new unoapp` template
73+
- Updated to Uno.Extensions.* 4.1
74+
- Updated to Microsoft.WindowsAppSDK 1.5
75+
6776
*Dec 21, 2023*
6877
> ## New C# Markup 2 templates for Uno Platform 5
6978
In addition to some new C# Markup 2 methods, today's release adds support for the new [C# Markup 2 templates for Uno Platform 5](https://github.com/Applicita/Modern.CSharp.Templates): an updated `mcs-uno-markup2` template, and a new `mcs-uno-view` template.
@@ -197,7 +206,7 @@ See [here](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpma
197206
198207
To learn how to use C# Markup 2, read the [features description](#features) below.
199208
200-
(note that the [example app](src/CSharpMarkup.WinUI.Examples/) in this repo is somewhat outdated - this will updated shortly)
209+
Fore a more complete example, see the [example app](src/CSharpMarkup.WinUI.Examples/) in this repo.
201210
202211
# Features
203212
C# Markup 2 contains a full declarative, fluent API for existing UI frameworks. It surfaces virtually every layout, view and property, including attached properties, and includes **full inline documentation** that links each markup helper / parameter to the inline documentation for the underlying UI object / property.

0 commit comments

Comments
 (0)