You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ dotnet new install Modern.CSharp.Templates
13
13
md UnoCSharpMarkup2
14
14
cd UnoCSharpMarkup2
15
15
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
18
18
19
19
```
20
20
@@ -64,6 +64,15 @@ No XAML / HTML / JavaScript / CSS required. No engine or layers to get in your w
64
64
*Looking for C# Markup 1? Find it [here](https://github.com/VincentH-Net/CSharpForMarkup/tree/csharpformarkup1-archive)*
65
65
66
66
# 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
+
67
76
*Dec 21, 2023*
68
77
> ## New C# Markup 2 templates for Uno Platform 5
69
78
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
197
206
198
207
To learn how to use C# Markup 2, read the [features description](#features) below.
199
208
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.
201
210
202
211
# Features
203
212
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