Skip to content

Commit

Permalink
First stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
driver1998 committed Aug 9, 2024
1 parent c176c38 commit 7149556
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ModernXamlCompiler/ModernXamlCompiler.msbuildproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<PackageId>DisposableMemory.ModernNetUAP.XamlCompiler</PackageId>
<Version>0.1.0-preview3</Version>
<Version>0.1.0</Version>
<Authors>driver1998</Authors>
<Description>UWP (Windows.UI.Xaml) Xaml Compiler support for Modern .NET</Description>
<PackageProjectUrl>https://github.com/driver1998/ModernNetUAP.XamlCompiler</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projections/WinUI/WinUIProjection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<PackageId>DisposableMemory.ModernNetUAP.WinUI</PackageId>
<Version>2.8.6-preview2</Version>
<Version>2.8.600</Version>
<Authors>driver1998</Authors>
<Description>WinUI 2.x Projections and build support for Modern .NET, requires DisposableMemory.ModernNetUAP.XamlCompiler package.</Description>
<PackageProjectUrl>https://github.com/driver1998/ModernNetUAP.XamlCompiler</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_PkgWinUI_Version>2.8.6</_PkgWinUI_Version>
<_PkgWebView2_Version>1.0.1264.42</_PkgWebView2_Version>
</PropertyGroup>
<PropertyGroup>
<_PkgWinUI_Version>2.8.6</_PkgWinUI_Version>
<_PkgWebView2_Version>1.0.1264.42</_PkgWebView2_Version>
</PropertyGroup>
</Project>

0 comments on commit 7149556

Please sign in to comment.