Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
driver1998 committed Oct 9, 2024
1 parent 1a7811d commit be54030
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ModernXamlCompiler/ModernXamlCompiler.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<PackageId>DisposableMemory.ModernNetUAP.XamlCompiler</PackageId>
<Version>0.2.2</Version>
<Version>0.2.3</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
2 changes: 1 addition & 1 deletion WinUIProjectionPackage/PackageVersion.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WinUIProjectionPackageVersion>2.8.6.3-preview</WinUIProjectionPackageVersion>
<WinUIProjectionPackageVersion>2.8.6.3-preview2</WinUIProjectionPackageVersion>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion WinUIProjectionPackage/WinUIProjectionPackage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="$(_PkgWebView2_Version)" PrivateAssets="none" />
<PackageReference Include="Microsoft.Web.WebView2" Version="$(_PkgWebView2_Version)" />
<PackageReference Include="Microsoft.UI.Xaml" Version="$(_PkgWinUI_Version)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit be54030

Please sign in to comment.