Skip to content

Commit

Permalink
Set version to 2.4.1, update release notes, disable package validatio…
Browse files Browse the repository at this point in the history
…n due to TFM change
  • Loading branch information
Morten Nielsen committed Sep 19, 2024
1 parent d9dd5c4 commit 37e06ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Authors>Morten Nielsen - https://xaml.dev</Authors>
<Company>Morten Nielsen - https://xaml.dev</Company>
<PackageIcon>logo.png</PackageIcon>
<Version>2.4.0</Version>
<PackageValidationBaselineVersion>2.3.4</PackageValidationBaselineVersion>
<Version>2.4.1</Version>
<!--<PackageValidationBaselineVersion>2.3.4</PackageValidationBaselineVersion>-->
</PropertyGroup>

<ItemGroup Condition="'$(PackageId)'!=''">
Expand Down
2 changes: 1 addition & 1 deletion src/WinUIEx/TransparentTintBackdrop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace WinUIEx
/// <summary>
/// A custom backdrop that make the window completely transparent.
/// </summary>
public class TransparentTintBackdrop : CompositionBrushBackdrop
public partial class TransparentTintBackdrop : CompositionBrushBackdrop
{
private WindowMessageMonitor? monitor;
private Windows.UI.Composition.CompositionColorBrush? brush;
Expand Down
5 changes: 4 additions & 1 deletion src/WinUIEx/WinUIEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
<PackageId>WinUIEx</PackageId>
<Product>WinUI Extensions</Product>
<PackageReleaseNotes>
- Added TitleBar control
- Added full support for Native AOT
- Upgraded Windows App SDK to 1.6.0
- Upgraded CSWinRT to 2.1.3
- Changed required target framework to 10.0.19041.0
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 37e06ab

Please sign in to comment.