Post release version bump
[geany-mirror.git] / geany.exe.manifest
blobb53ce3b6d6ade18af92f8d98e626e4d68492523a
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity
4 version="1.27.0.0"
5 processorArchitecture="X86"
6 name="Geany"
7 type="win32" />
8 <description>Geany is a fast and lightweight IDE</description>
9 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
10 <security>
11 <requestedPrivileges>
12 <requestedExecutionLevel
13 level="asInvoker"
14 uiAccess="false" />
15 </requestedPrivileges>
16 </security>
17 </trustInfo>
18 </assembly>