From 8f6d7680174e17ae566f15bacfa40c695d7033ce Mon Sep 17 00:00:00 2001 From: GH Cao Date: Fri, 9 Aug 2024 12:15:56 +0800 Subject: [PATCH] First stable version --- ModernXamlCompiler/ModernXamlCompiler.msbuildproj | 4 ++-- README.md | 4 ++-- projections/WinUI/WinUIProjection.csproj | 2 +- .../WinUI/build/DisposableMemory.ModernNetUAP.WinUI.props | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ModernXamlCompiler/ModernXamlCompiler.msbuildproj b/ModernXamlCompiler/ModernXamlCompiler.msbuildproj index 8268704..46a20c7 100644 --- a/ModernXamlCompiler/ModernXamlCompiler.msbuildproj +++ b/ModernXamlCompiler/ModernXamlCompiler.msbuildproj @@ -1,11 +1,11 @@  - net6.0 + net8.0 DisposableMemory.ModernNetUAP.XamlCompiler - 0.1.0-preview3 + 0.1.0 driver1998 UWP (Windows.UI.Xaml) Xaml Compiler support for Modern .NET https://github.com/driver1998/ModernNetUAP.XamlCompiler diff --git a/README.md b/README.md index 85b106a..842d139 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # DisposableMemory.ModernNetUAP.XamlCompiler -Provides basic support for Windows.UI.Xaml (UWP) XAML codegen in Visual Studio for Modern .NET (.NET 6+). +Provides basic support for Windows.UI.Xaml (UWP) XAML codegen in Visual Studio for Modern .NET (.NET 8+). [NuGet package](https://www.nuget.org/packages/DisposableMemory.ModernNetUAP.XamlCompiler) # Requirements -- C#/WinRT with Windows.UI.Xaml support (currently `2.1.0-prerelease.240722.1`) +- C#/WinRT with Windows.UI.Xaml support (currently `2.1.1`) - Supported Windows SDK Projection packages (see C#/WinRT documentation for more information) # Content diff --git a/projections/WinUI/WinUIProjection.csproj b/projections/WinUI/WinUIProjection.csproj index a00148e..a59723e 100644 --- a/projections/WinUI/WinUIProjection.csproj +++ b/projections/WinUI/WinUIProjection.csproj @@ -12,7 +12,7 @@ DisposableMemory.ModernNetUAP.WinUI - 2.8.6-preview2 + 2.8.6 driver1998 WinUI 2.x Projections and build support for Modern .NET, requires DisposableMemory.ModernNetUAP.XamlCompiler package. https://github.com/driver1998/ModernNetUAP.XamlCompiler diff --git a/projections/WinUI/build/DisposableMemory.ModernNetUAP.WinUI.props b/projections/WinUI/build/DisposableMemory.ModernNetUAP.WinUI.props index b49f070..05803b5 100644 --- a/projections/WinUI/build/DisposableMemory.ModernNetUAP.WinUI.props +++ b/projections/WinUI/build/DisposableMemory.ModernNetUAP.WinUI.props @@ -1,7 +1,7 @@ - - <_PkgWinUI_Version>2.8.6 - <_PkgWebView2_Version>1.0.1264.42 - + + <_PkgWinUI_Version>2.8.6 + <_PkgWebView2_Version>1.0.1264.42 +