Skip to content

Commit

Permalink
Added maxversiontested to application manifest.
Browse files Browse the repository at this point in the history
Allows scripts to create XAML islands.
  • Loading branch information
Lexikos committed Oct 17, 2021
1 parent 8f91c18 commit 29fcbf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/resources/AutoHotkey.exe.manifest
Expand Up @@ -43,6 +43,8 @@
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<!-- Windows 8 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<!-- maxversiontested is required for XAML islands -->
<maxversiontested Id="10.0.18362.0"/>
</application>
</compatibility>
<v3:application>
Expand Down

0 comments on commit 29fcbf8

Please sign in to comment.