[PR #14135] [MERGED] Upgrade to Windows SDK 22621 #29949

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14135
Author: @lhecker
Created: 10/5/2022
Status: Merged
Merged: 10/7/2022
Merged by: @undefined

Base: mainHead: dev/lhecker/windows-sdk-update


📝 Commits (2)

📊 Changes

18 files changed (+19 additions, -17 deletions)

View changed files

📝 .vsconfig (+1 -1)
📝 README.md (+1 -1)
📝 build/scripts/Create-AppxBundle.ps1 (+1 -1)
📝 build/scripts/Test-WindowsTerminalPackage.ps1 (+1 -1)
📝 doc/cascadia/Unittesting-CppWinRT-Xaml.md (+2 -2)
📝 samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj (+1 -1)
📝 scratch/ScratchIslandApp/Package/Package.appxmanifest (+1 -1)
📝 src/cascadia/CascadiaPackage/Package-Dev.appxmanifest (+1 -1)
📝 src/cascadia/CascadiaPackage/Package-Pre.appxmanifest (+1 -1)
📝 src/cascadia/CascadiaPackage/Package.appxmanifest (+1 -1)
📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.AppxManifest.prototype.xml (+1 -1)
📝 src/cascadia/LocalTests_TerminalApp/TestHostApp/Package.appxmanifest (+1 -1)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.manifest (+1 -0)
📝 src/cascadia/ut_app/TerminalApp.Unit.Tests.AppxManifest.xml (+1 -1)
📝 src/cascadia/ut_app/TerminalApp.Unit.Tests.manifest (+1 -0)
📝 src/common.build.pre.props (+1 -1)
📝 src/tools/MonarchPeasantPackage/MonarchPeasantPackage.wapproj (+1 -1)
📝 src/wap-common.build.pre.props (+1 -1)

📄 Description

The diff between the 22000 and 22621 SDKs is fairly small, but it does include
a number of C++ correctness fixes, updates to libraries like DirectXMath and
the latest updates to DirectWrite and DXGI which I make heavy use off.

Validation Steps Performed

  • It builds

🔄 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/14135 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 10/5/2022 **Status:** ✅ Merged **Merged:** 10/7/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/windows-sdk-update` --- ### 📝 Commits (2) - [`d0ca412`](https://github.com/microsoft/terminal/commit/d0ca4124def6a82001bcf656d3d3e69c6daa39a2) Upgrade to Windows SDK 22621 - [`831baf9`](https://github.com/microsoft/terminal/commit/831baf9da1748935326456c5a097f12f5d2e26b4) Address feedback ### 📊 Changes **18 files changed** (+19 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.vsconfig` (+1 -1) 📝 `README.md` (+1 -1) 📝 `build/scripts/Create-AppxBundle.ps1` (+1 -1) 📝 `build/scripts/Test-WindowsTerminalPackage.ps1` (+1 -1) 📝 `doc/cascadia/Unittesting-CppWinRT-Xaml.md` (+2 -2) 📝 `samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj` (+1 -1) 📝 `scratch/ScratchIslandApp/Package/Package.appxmanifest` (+1 -1) 📝 `src/cascadia/CascadiaPackage/Package-Dev.appxmanifest` (+1 -1) 📝 `src/cascadia/CascadiaPackage/Package-Pre.appxmanifest` (+1 -1) 📝 `src/cascadia/CascadiaPackage/Package.appxmanifest` (+1 -1) 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.AppxManifest.prototype.xml` (+1 -1) 📝 `src/cascadia/LocalTests_TerminalApp/TestHostApp/Package.appxmanifest` (+1 -1) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.manifest` (+1 -0) 📝 `src/cascadia/ut_app/TerminalApp.Unit.Tests.AppxManifest.xml` (+1 -1) 📝 `src/cascadia/ut_app/TerminalApp.Unit.Tests.manifest` (+1 -0) 📝 `src/common.build.pre.props` (+1 -1) 📝 `src/tools/MonarchPeasantPackage/MonarchPeasantPackage.wapproj` (+1 -1) 📝 `src/wap-common.build.pre.props` (+1 -1) </details> ### 📄 Description The diff between the 22000 and 22621 SDKs is fairly small, but it does include a number of C++ correctness fixes, updates to libraries like DirectXMath and the latest updates to DirectWrite and DXGI which I make heavy use off. ## Validation Steps Performed * It builds ✅ --- <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:37:47 +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#29949