[PR #1008] [MERGED] Update manifest to correct 1903 version, unref param fix #24436

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1008
Author: @miniksa
Created: 5/24/2019
Status: Merged
Merged: 5/24/2019
Merged by: @DHowett-MSFT

Base: masterHead: miniksa-quick-fixes


📝 Commits (2)

  • 88c140a Update manifest to correct 1903 version
  • 59658b8 comment out unused params in IslandWindow::OnResize

📊 Changes

2 files changed (+5 additions, -2 deletions)

View changed files

📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+1 -1)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.manifest (+4 -1)

📄 Description

Summary of the Pull Request

While messing around with building with VS2019/14.2/etc, I noticed that the version we're using in the compatibility manifest doesn't match guidance for XAML Islands. This puts the version information from the public guidance into the manifest and leaves a link back to the page where I got this idea from.

I also found an unreferenced paramter thing that I'm fixing up qucik.

PR Checklist

  • CLA signed. If not, go over here and sign the CLA
  • I've discussed this with myself.

🔄 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/1008 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 5/24/2019 **Status:** ✅ Merged **Merged:** 5/24/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `miniksa-quick-fixes` --- ### 📝 Commits (2) - [`88c140a`](https://github.com/microsoft/terminal/commit/88c140ae32b602dd2935cd751c56f5aaa229398e) Update manifest to correct 1903 version - [`59658b8`](https://github.com/microsoft/terminal/commit/59658b82775a8273813b841b9d088e3252993ba1) comment out unused params in IslandWindow::OnResize ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+1 -1) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.manifest` (+4 -1) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request While messing around with building with VS2019/14.2/etc, I noticed that the version we're using in the compatibility manifest doesn't match guidance for XAML Islands. This puts the version information from the public guidance into the manifest and leaves a link back to the page where I got this idea from. I also found an unreferenced paramter thing that I'm fixing up qucik. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] I've discussed this with myself. --- <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:03:19 +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#24436