Skip to content

Commit ebaa81f

Browse files
committed
Example projects update app.manifest version number
1 parent 4ca61cf commit ebaa81f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CefSharp.OffScreen.Example/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
99

10-
<assemblyIdentity version="59.0.0.0" name="CefSharp.OffScreen.Example.app" />
10+
<assemblyIdentity version="63.0.0.0" name="CefSharp.OffScreen.Example.app" />
1111
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
1212
<security>
1313
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

CefSharp.WinForms.Example/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1010

11-
<assemblyIdentity version="59.0.0.0" name="CefSharp.WinForms.Example.app" />
11+
<assemblyIdentity version="63.0.0.0" name="CefSharp.WinForms.Example.app" />
1212

1313
<dependency>
1414
<dependentAssembly>

CefSharp.Wpf.Example/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
99

10-
<assemblyIdentity version="59.0.0.0" name="CefSharp.Wpf.Example.app" />
10+
<assemblyIdentity version="63.0.0.0" name="CefSharp.Wpf.Example.app" />
1111
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
1212
<security>
1313
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

0 commit comments

Comments
 (0)