[PR #18252] Add 10.0.26100.0 to MaxVersionTested #31489

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

Original Pull Request: https://github.com/microsoft/terminal/pull/18252

State: closed
Merged: Yes


As it turns out, you cannot use <uap17:UpdateWhileInUse>
(or any other newer namespace) unless you declare a corresponding
MaxVersionTested in your package manifest.
It does not appear that there's a reason for this, it just is.
MaxVersionTested is not to be confused with the maxversiontested,
which is something else entirely, but I updated it for safe measure.
Since maxversiontested is not a "max", but rather a list
of tested versions, it gets appended to the end of the list.

Closes #18119

**Original Pull Request:** https://github.com/microsoft/terminal/pull/18252 **State:** closed **Merged:** Yes --- As it turns out, you cannot use `<uap17:UpdateWhileInUse>` (or any other newer namespace) unless you declare a corresponding `MaxVersionTested` in your package manifest. It does not appear that there's a reason for this, it just is. `MaxVersionTested` is not to be confused with the `maxversiontested`, which is something else entirely, but I updated it for safe measure. Since `maxversiontested` is not a "max", but rather a list of tested versions, it gets appended to the end of the list. Closes #18119
claunia added the pull-request label 2026-01-31 09:47:36 +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#31489