Skip to content

Commit

Permalink
Enable Segoe Variable (#12462)
Browse files Browse the repository at this point in the history
By adding another entry to our `maxversiontested`s.

Screenshots in #12452 (comment)

* [x] Closes #12452 
* [x] I work here
* [x] Docs are fine
* [x] Tests are fine
  • Loading branch information
zadjii-msft committed Mar 3, 2022
1 parent 482fb68 commit e3a42b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cascadia/WindowsTerminal/WindowsTerminal.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<!-- This will cause unpackaged activation failures in XAML Islands. -->
<!-- (We use unpackaged activation in test scenarios.) See GH#10265. -->
<maxversiontested Id="10.0.18362.0"/>

<!-- You apparently are expected to include all the maxversiontested
entries separately. They are treated like an array. This one turns on Segoe
UI Variable, GH #12452 -->
<maxversiontested Id="10.0.22000.0"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>
Expand Down

0 comments on commit e3a42b1

Please sign in to comment.