Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 1e73889

Browse files
author
Marcel Gerber
authored
Merge pull request #566 from ficristo/compatibility
Update compatibility.manifest for Windows 10
2 parents ed1ad02 + 2191560 commit 1e73889

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

compatibility.manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
3+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
44
<application>
55
<!--The ID below indicates application support for Windows Vista -->
66
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
@@ -10,6 +10,8 @@
1010
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
1111
<!--The ID below indicates application support for Windows 8.1 -->
1212
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
13+
<!--The ID below indicates application support for Windows 10 -->
14+
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1315
</application>
1416
</compatibility>
1517
</assembly>

0 commit comments

Comments
 (0)