From 9004f17f71b40e71a227fe41f3714753407b1496 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Mon, 8 May 2023 12:11:15 +0100 Subject: [PATCH] [Deps]Upgrade winAppSDK to 1.3 (#25876) --- .pipelines/versionAndSignCheck.ps1 | 1 + Directory.Packages.props | 2 +- NOTICE.md | 2 +- installer/PowerToysSetup/WinAppSDK.wxs | 2 +- installer/PowerToysSetupCustomActions/DepsFilesLists.h | 2 ++ .../MeasureToolCore/PowerToys.MeasureToolCore.vcxproj | 8 ++++---- src/modules/MeasureTool/MeasureToolCore/packages.config | 2 +- .../powerrename/PowerRenameUILib/PowerRenameUI.vcxproj | 8 ++++---- src/modules/powerrename/PowerRenameUILib/packages.config | 2 +- 9 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.pipelines/versionAndSignCheck.ps1 b/.pipelines/versionAndSignCheck.ps1 index c39d7eac84..962b0942f1 100644 --- a/.pipelines/versionAndSignCheck.ps1 +++ b/.pipelines/versionAndSignCheck.ps1 @@ -26,6 +26,7 @@ $nullVersionExceptions = @( "vcamp140_app.dll", "marshal.dll", "Microsoft.UI.Composition.OSSupport.dll", + "Microsoft.UI.Windowing.dll", "Microsoft.UI.Xaml.Internal.dll", "Microsoft.Windows.ApplicationModel.Resources.dll", "Microsoft.WindowsAppRuntime.dll", diff --git a/Directory.Packages.props b/Directory.Packages.props index 9abe38a185..6c172f31d2 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -27,7 +27,7 @@ - + diff --git a/NOTICE.md b/NOTICE.md index 607f06b717..8689e56a24 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -302,7 +302,7 @@ SOFTWARE. - Microsoft.Windows.CsWin32 0.2.46-beta - Microsoft.Windows.CsWinRT 2.0.1 - Microsoft.Windows.SDK.BuildTools 10.0.22621.755 -- Microsoft.WindowsAppSDK 1.2.230313.1 +- Microsoft.WindowsAppSDK 1.3.230331000 - Microsoft.Xaml.Behaviors.WinUI.Managed 2.0.9 - Microsoft.Xaml.Behaviors.Wpf 1.1.39 - ModernWpfUI 0.9.4 diff --git a/installer/PowerToysSetup/WinAppSDK.wxs b/installer/PowerToysSetup/WinAppSDK.wxs index cb20c8cfa9..145a653ef1 100644 --- a/installer/PowerToysSetup/WinAppSDK.wxs +++ b/installer/PowerToysSetup/WinAppSDK.wxs @@ -4,7 +4,7 @@ - + diff --git a/installer/PowerToysSetupCustomActions/DepsFilesLists.h b/installer/PowerToysSetupCustomActions/DepsFilesLists.h index d57bbe06ec..b3161476a6 100644 --- a/installer/PowerToysSetupCustomActions/DepsFilesLists.h +++ b/installer/PowerToysSetupCustomActions/DepsFilesLists.h @@ -14,6 +14,7 @@ inline const std::vector winAppSdkFiles = { L"Microsoft.UI.Composition.OSSupport.dll", L"Microsoft.UI.Input.dll", L"Microsoft.UI.Windowing.Core.dll", + L"Microsoft.UI.Windowing.dll", L"Microsoft.UI.Xaml.Controls.dll", L"Microsoft.UI.Xaml.Controls.pri", L"Microsoft.UI.Xaml.Internal.dll", @@ -34,6 +35,7 @@ inline const std::vector winAppSdkFiles = { L"WinUIEdit.dll", L"WindowsAppRuntime.png", L"WindowsAppSdk.AppxDeploymentExtensions.Desktop.dll", + L"WindowsAppSdk.AppxDeploymentExtensions.Desktop-EventLog-Instrumentation.dll", L"dcompi.dll", L"dwmcorei.dll", L"marshal.dll", diff --git a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj index 700cd5de4a..ea98d62928 100644 --- a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj +++ b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj @@ -1,6 +1,6 @@  - + @@ -146,7 +146,7 @@ - + @@ -157,7 +157,7 @@ - - + + \ No newline at end of file diff --git a/src/modules/MeasureTool/MeasureToolCore/packages.config b/src/modules/MeasureTool/MeasureToolCore/packages.config index 1b7a29819d..4470601825 100644 --- a/src/modules/MeasureTool/MeasureToolCore/packages.config +++ b/src/modules/MeasureTool/MeasureToolCore/packages.config @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj b/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj index a64d59e181..aae6478020 100644 --- a/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj +++ b/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj @@ -1,6 +1,6 @@  - + @@ -186,7 +186,7 @@ - + @@ -199,8 +199,8 @@ - - + + diff --git a/src/modules/powerrename/PowerRenameUILib/packages.config b/src/modules/powerrename/PowerRenameUILib/packages.config index 8e8d0e2ad0..9040f65459 100644 --- a/src/modules/powerrename/PowerRenameUILib/packages.config +++ b/src/modules/powerrename/PowerRenameUILib/packages.config @@ -5,5 +5,5 @@ - + \ No newline at end of file