Skip to content
Merged
Prev Previous commit
Next Next commit
Update build settings
  • Loading branch information
dotMorten committed Oct 9, 2025
commit 9bc5dc116e254bc0dd5a47d4c30538459ff68c79
4 changes: 2 additions & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Authors>Morten Nielsen - https://xaml.dev</Authors>
<Company>Morten Nielsen - https://xaml.dev</Company>
<PackageIcon>logo.png</PackageIcon>
<Version>2.8.0</Version>
<Version>2.9.0</Version>
</PropertyGroup>

<ItemGroup Condition="'$(PackageId)'!=''">
Expand All @@ -30,7 +30,7 @@
</PropertyGroup>

<PropertyGroup Label="PackageValidationSettings">
<PackageValidationBaselineVersion>2.7.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>2.8.0</PackageValidationBaselineVersion>
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/WinUIEx/WinUIEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageId>WinUIEx</PackageId>
<Product>WinUI Extensions</Product>
<PackageReleaseNotes>
- WinUIEx now requires Windows App SDK 1.8, but no longer takes a dependency on the metapackage. Only a reference to `Microsoft.WindowsAppSDK.WinUI` is now needed.
- Added support for WinUI 3 based flyouts in the system tray
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Loading