File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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)'!=''" >
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments