mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
[Windows] More manifest renames
This commit is contained in:
parent
6ddad89f33
commit
950605e1fc
4 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="tavultesoft.keymandeveloper.insthelp"
|
||||
version="7.0.220.0"
|
||||
version="$VERSION"
|
||||
processorArchitecture="x86"/>
|
||||
<description>Keyman Engine Installation Assistant</description>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
</trustInfo>
|
||||
|
||||
<!-- Switch on various compatibility values -->
|
||||
|
||||
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Windows Vista and Windows Server 2008 -->
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity type="win32" name="tavultesoft.keymanengine.keymanx64" version="9.0.447.0" processorArchitecture="amd64"/>
|
||||
<assemblyIdentity type="win32" name="tavultesoft.keymanengine.keymanx64" version="$VERSION" processorArchitecture="amd64"/>
|
||||
<description>Keyman Engine x64</description>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity type="win32" name="tavultesoft.keymanengine.mcompile" version="9.0.447.0" processorArchitecture="x86"/>
|
||||
<assemblyIdentity type="win32" name="tavultesoft.keymanengine.mcompile" version="$VERSION" processorArchitecture="x86"/>
|
||||
<description>Keyman Engine x64</description>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="tavultesoft.keymanengine.kmkb0045"
|
||||
version="7.0.220.0"
|
||||
version="$VERSION"
|
||||
processorArchitecture="x86"/>
|
||||
|
||||
<description>Tavultesoft KMKB0045</description>
|
||||
Loading…
Add table
Reference in a new issue