Skip to content

Commit

Permalink
Merge pull request #21 from ChristianAEDev/master
Browse files Browse the repository at this point in the history
Fix the example manifest #19
  • Loading branch information
josephspurrier committed Feb 20, 2018
2 parents 0d8781f + 5fff253 commit 4253484
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions goversioninfo.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Github.com.JosephSpurrier.GoVersionInfo"
version="1.0.0.0"
language="*"
processorArchitecture="*"/>
</dependentAssembly>
</dependency>
<assemblyIdentity
type="win32"
name="Github.com.JosephSpurrier.GoVersionInfo"
version="1.0.0.0"
language="*"
processorArchitecture="*"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
Expand Down

0 comments on commit 4253484

Please sign in to comment.