Upgrade to 94.4.20 (#139)
* Upgrade to 94.4.20 - WinForms/Wpf/OffScreen - Update app.manifest - Change version number to 1.0.0.0 (from 65.0.0.0) as it was never updated - Update DPI awareness for WPF/OffScreen
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<assemblyIdentity version="65.0.0.0" name="CefSharp.MinimalExample.Offscreen.app" />
|
||||
<assemblyIdentity version="1.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">
|
||||
@@ -29,8 +29,9 @@
|
||||
</trustInfo>
|
||||
|
||||
<asmv3:application>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true/PM</dpiAware>
|
||||
<asmv3:windowsSettings>
|
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:application>
|
||||
|
||||
|
Reference in New Issue
Block a user