From 0402adc433d813b17cf7205115ba0978a11beaec Mon Sep 17 00:00:00 2001 From: Hublack <71221641+HublackBE@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:27:09 +0100 Subject: [PATCH 1/2] Update publisher info and unify x86 platform mapping Updated app manifest to use "paradigm-ehb" as publisher name. Unified x86 platform mapping in solution file for WinUI project and removed redundant Release|x64 build config from WinUI test project. --- command-center.slnx | 4 +--- src/paradigm-ehb.CommandCenter.WinUI/Package.appxmanifest | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/command-center.slnx b/command-center.slnx index 52242c5..3f62e6e 100644 --- a/command-center.slnx +++ b/command-center.slnx @@ -18,8 +18,7 @@ - - + @@ -33,7 +32,6 @@ - diff --git a/src/paradigm-ehb.CommandCenter.WinUI/Package.appxmanifest b/src/paradigm-ehb.CommandCenter.WinUI/Package.appxmanifest index 5031246..20265c3 100644 --- a/src/paradigm-ehb.CommandCenter.WinUI/Package.appxmanifest +++ b/src/paradigm-ehb.CommandCenter.WinUI/Package.appxmanifest @@ -9,14 +9,14 @@ paradigm-ehb.CommandCenter.WinUI - luke- + paradigm-ehb Assets\StoreLogo.png From fd0fab3fdfba94fefb8a113977effbb83a95773d Mon Sep 17 00:00:00 2001 From: Hublack <71221641+HublackBE@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:56:02 +0100 Subject: [PATCH 2/2] Update Windows SDK BuildTools to version 10.0.26100.7463 Upgraded the Microsoft.Windows.SDK.BuildTools NuGet package from version 10.0.26100.7175 to 10.0.26100.7463 in the project file to ensure compatibility with the latest Windows SDK features and improvements. --- .../paradigm-ehb.CommandCenter.WinUI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paradigm-ehb.CommandCenter.WinUI/paradigm-ehb.CommandCenter.WinUI.csproj b/src/paradigm-ehb.CommandCenter.WinUI/paradigm-ehb.CommandCenter.WinUI.csproj index e185e52..4b78706 100644 --- a/src/paradigm-ehb.CommandCenter.WinUI/paradigm-ehb.CommandCenter.WinUI.csproj +++ b/src/paradigm-ehb.CommandCenter.WinUI/paradigm-ehb.CommandCenter.WinUI.csproj @@ -57,7 +57,7 @@ - +