app.manifest Upgrade version number

This commit is contained in:
amaitland 2018-06-25 19:34:13 +10:00
parent 29c9ef28df
commit d64d600722
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="53.0.0.0" name="CefSharp.MinimalExample.Offscreen.app" />
<assemblyIdentity version="65.0.0.0" name="CefSharp.MinimalExample.Offscreen.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

View File

@ -8,7 +8,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="53.0.0.0" name="CefSharp.MinimalExample.WinForms.app" />
<assemblyIdentity version="65.0.0.0" name="CefSharp.MinimalExample.WinForms.app" />
<dependency>
<dependentAssembly>

View File

@ -7,7 +7,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="53.0.0.0" name="CefSharp.MinimalExample.Wpf.app" />
<assemblyIdentity version="65.0.0.0" name="CefSharp.MinimalExample.Wpf.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">