[PR #10996] [MERGED] Upgrade to Microsoft.UI.Xaml 2.6.2 (or equivalent) #28347

Open
opened 2026-01-31 09:27:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10996
Author: @DHowett
Created: 8/20/2021
Status: Merged
Merged: 8/20/2021
Merged by: @undefined

Base: mainHead: dev/duhowett/mux-2.6


📝 Commits (1)

  • 8890734 Upgrade to Microsoft.UI.Xaml 2.6.2 (or equivalent)

📊 Changes

22 files changed (+37 additions, -36 deletions)

View changed files

📝 scratch/ScratchIslandApp/Package/Package.wapproj (+2 -2)
📝 scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj (+2 -2)
📝 scratch/ScratchIslandApp/SampleApp/dll/SampleApp.vcxproj (+2 -2)
📝 scratch/ScratchIslandApp/SampleApp/packages.config (+1 -1)
📝 scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj (+2 -2)
📝 scratch/ScratchIslandApp/WindowExe/packages.config (+1 -1)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+2 -2)
📝 src/cascadia/LocalTests_SettingsModel/SettingsModel.LocalTests.vcxproj (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj (+1 -1)
📝 src/cascadia/TerminalApp/App.xaml (+2 -1)
📝 src/cascadia/TerminalApp/TerminalAppLib.vcxproj (+2 -2)
📝 src/cascadia/TerminalApp/dll/TerminalApp.vcxproj (+2 -2)
📝 src/cascadia/TerminalApp/packages.config (+1 -1)
📝 src/cascadia/TerminalSettingsEditor/Microsoft.Terminal.Settings.Editor.vcxproj (+2 -2)
📝 src/cascadia/TerminalSettingsEditor/packages.config (+1 -1)
📝 src/cascadia/TerminalSettingsModel/Microsoft.Terminal.Settings.ModelLib.vcxproj (+2 -2)
📝 src/cascadia/TerminalSettingsModel/dll/Microsoft.Terminal.Settings.Model.vcxproj (+2 -2)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj (+2 -2)
📝 src/cascadia/WindowsTerminal/packages.config (+1 -1)

...and 2 more files

📄 Description

This commit moves us from MUX 2.5 to MUX 2.6. I have temporarily
disabled the new control styles in TerminalApp\App.xaml by setting
ControlsResourcesVersion to Version1. There is no significant expected
visual impact.

Closes #10508


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/10996 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 8/20/2021 **Status:** ✅ Merged **Merged:** 8/20/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/duhowett/mux-2.6` --- ### 📝 Commits (1) - [`8890734`](https://github.com/microsoft/terminal/commit/8890734aa959e255ac8bf726cb5f66a9c3aad484) Upgrade to Microsoft.UI.Xaml 2.6.2 (or equivalent) ### 📊 Changes **22 files changed** (+37 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `scratch/ScratchIslandApp/Package/Package.wapproj` (+2 -2) 📝 `scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj` (+2 -2) 📝 `scratch/ScratchIslandApp/SampleApp/dll/SampleApp.vcxproj` (+2 -2) 📝 `scratch/ScratchIslandApp/SampleApp/packages.config` (+1 -1) 📝 `scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj` (+2 -2) 📝 `scratch/ScratchIslandApp/WindowExe/packages.config` (+1 -1) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+2 -2) 📝 `src/cascadia/LocalTests_SettingsModel/SettingsModel.LocalTests.vcxproj` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj` (+1 -1) 📝 `src/cascadia/TerminalApp/App.xaml` (+2 -1) 📝 `src/cascadia/TerminalApp/TerminalAppLib.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalApp/dll/TerminalApp.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalApp/packages.config` (+1 -1) 📝 `src/cascadia/TerminalSettingsEditor/Microsoft.Terminal.Settings.Editor.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalSettingsEditor/packages.config` (+1 -1) 📝 `src/cascadia/TerminalSettingsModel/Microsoft.Terminal.Settings.ModelLib.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalSettingsModel/dll/Microsoft.Terminal.Settings.Model.vcxproj` (+2 -2) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj` (+2 -2) 📝 `src/cascadia/WindowsTerminal/packages.config` (+1 -1) _...and 2 more files_ </details> ### 📄 Description This commit moves us from MUX 2.5 to MUX 2.6. I have temporarily disabled the new control styles in `TerminalApp\App.xaml` by setting `ControlsResourcesVersion` to `Version1`. There is no significant expected visual impact. Closes #10508 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:27:56 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28347