Skip to content

Commit 04bf67f

Browse files
committed
version 2.3.66 + minor readme corrections
1 parent 59a36ec commit 04bf67f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ No XAML / HTML / JavaScript / CSS required. No engine or layers to get in your w
3939

4040
# News
4141
*Nov 18, 2023*
42-
> ## 2.3 Release is out of preview! Adds support for Uno 5 plus 5 Uno Libraries!
42+
> ## 2.3 Release is GA - adds support for .NET 8, Uno 5 plus 5 Uno Libraries!
4343
This release is fully updated to the awesome **Uno 5** release and .NET 8 GA. You can use the **Uno Solution Wizard for Visual Studio** and add a C# Markup 2 project to it at any time with one command. All Uno wizard customizations are supported: combine C# Markup 2 with MVUX or MVVM, XAML or Uno C# Markup, use Uno Navigation extensions, and target .NET 8 or .NET 7. All Uno target platforms are supported.
4444

45-
A brand new dotnet new C# Markup 2 project template gets you going in no time - carefully optimized for an optimal developer experience: uncluttered solution explorer view, automatic file grouping of markup and logic files, uncluttered markup source, focused intellisense, clear starting points for markup extensions in your code, plus fast hot reload - both automatic and with a hot reload button overlay in debug mode, for the platforms that your IDE can hot reload but does not (yet) update the UI automatically.
45+
A brand new dotnet new C# Markup 2 project template gets you going in no time - carefully optimized for an optimal developer experience: uncluttered solution explorer view, automatic file grouping of markup and logic files, uncluttered markup source, focused intellisense, clear starting points for markup extensions in your code, plus fast hot reload - both automatic and with a hot reload button overlay in debug mode, for the platforms that your IDE can hot reload but cannot (yet) update the UI automatically.
4646

4747
Enjoy general C# Markup 2 improvements, plus C# Markup 2 API's for 5 additional Uno libraries:
48-
- Support for Uno's [UI Toolkit](https://platform.uno/uno-toolkit/), [Reactive / MVUX extension](https://platform.uno/docs/articles/external/uno.extensions/doc/Overview/Mvux/Overview.html) and [Navigation extension](https://platform.uno/docs/articles/external/uno.extensions/doc/Overview/Navigation/NavigationOverview.html)
48+
- Support for Uno's [UI Toolkit](https://platform.uno/uno-toolkit/), [Reactive / MVUX extension](https://platform.uno/docs/articles/external/uno.extensions/doc/Overview/Mvux/Overview.html) and [Navigation extensions](https://platform.uno/docs/articles/external/uno.extensions/doc/Overview/Navigation/NavigationOverview.html)
4949
- Support for the awesome [LiveCharts2](https://livecharts.dev/)
5050
- All `ThemeResource`s searchable in C# intellisense, strongly typed
5151

src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- For CSharpMarkup projects-->
22
<Project>
33
<PropertyGroup>
4-
<CSharpMarkupVersion>2.3.64</CSharpMarkupVersion>
5-
<CSharpMarkupReleaseTag>csharpmarkup2-winui-2-3-64</CSharpMarkupReleaseTag>
4+
<CSharpMarkupVersion>2.3.66</CSharpMarkupVersion>
5+
<CSharpMarkupReleaseTag>csharpmarkup2-winui-2-3-66</CSharpMarkupReleaseTag>
66
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
77

88
<IsUno>true</IsUno>

0 commit comments

Comments
 (0)