Bump API version for new plugin entry points (oops)
[geany-mirror.git] / geany.exe.manifest
blob60136ef8ca53e096b0ac55223c27f7136dc45acf
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.26.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>