Skip to content

Commit 37e06ab

Browse files
author
Morten Nielsen
committed
Set version to 2.4.1, update release notes, disable package validation due to TFM change
1 parent d9dd5c4 commit 37e06ab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<Authors>Morten Nielsen - https://xaml.dev</Authors>
1818
<Company>Morten Nielsen - https://xaml.dev</Company>
1919
<PackageIcon>logo.png</PackageIcon>
20-
<Version>2.4.0</Version>
21-
<PackageValidationBaselineVersion>2.3.4</PackageValidationBaselineVersion>
20+
<Version>2.4.1</Version>
21+
<!--<PackageValidationBaselineVersion>2.3.4</PackageValidationBaselineVersion>-->
2222
</PropertyGroup>
2323

2424
<ItemGroup Condition="'$(PackageId)'!=''">

src/WinUIEx/TransparentTintBackdrop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace WinUIEx
1212
/// <summary>
1313
/// A custom backdrop that make the window completely transparent.
1414
/// </summary>
15-
public class TransparentTintBackdrop : CompositionBrushBackdrop
15+
public partial class TransparentTintBackdrop : CompositionBrushBackdrop
1616
{
1717
private WindowMessageMonitor? monitor;
1818
private Windows.UI.Composition.CompositionColorBrush? brush;

src/WinUIEx/WinUIEx.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
<PackageId>WinUIEx</PackageId>
2626
<Product>WinUI Extensions</Product>
2727
<PackageReleaseNotes>
28-
- Added TitleBar control
28+
- Added full support for Native AOT
29+
- Upgraded Windows App SDK to 1.6.0
30+
- Upgraded CSWinRT to 2.1.3
31+
- Changed required target framework to 10.0.19041.0
2932
</PackageReleaseNotes>
3033
</PropertyGroup>
3134

0 commit comments

Comments
 (0)