Skip to content

Commit 8e160cf

Browse files
authored
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
1 parent 0c0b588 commit 8e160cf

14 files changed

+56
-54
lines changed

CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props')" />
4-
<Import Project="..\packages\cef.redist.x86.93.1.14\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.93.1.14\build\cef.redist.x86.props')" />
5-
<Import Project="..\packages\cef.redist.x64.93.1.14\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.93.1.14\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.props')" />
4+
<Import Project="..\packages\cef.redist.x86.94.4.2\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.94.4.2\build\cef.redist.x86.props')" />
5+
<Import Project="..\packages\cef.redist.x64.94.4.2\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.94.4.2\build\cef.redist.x64.props')" />
66
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
77
<PropertyGroup>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -85,16 +85,16 @@
8585
<ApplicationManifest>app.manifest</ApplicationManifest>
8686
</PropertyGroup>
8787
<ItemGroup>
88-
<Reference Include="CefSharp, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
89-
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll</HintPath>
88+
<Reference Include="CefSharp, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
89+
<HintPath>..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.dll</HintPath>
9090
<Private>True</Private>
9191
</Reference>
92-
<Reference Include="CefSharp.Core, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
93-
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll</HintPath>
92+
<Reference Include="CefSharp.Core, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
93+
<HintPath>..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
96-
<Reference Include="CefSharp.OffScreen, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
97-
<HintPath>..\packages\CefSharp.OffScreen.93.1.140\lib\net452\CefSharp.OffScreen.dll</HintPath>
96+
<Reference Include="CefSharp.OffScreen, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
97+
<HintPath>..\packages\CefSharp.OffScreen.94.4.20\lib\net452\CefSharp.OffScreen.dll</HintPath>
9898
<Private>True</Private>
9999
</Reference>
100100
<Reference Include="System" />
@@ -118,5 +118,5 @@
118118
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
119119
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
120120
</Target>
121-
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets')" />
121+
<Import Project="..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.targets')" />
122122
</Project>

CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</ItemGroup>
6262

6363
<ItemGroup>
64-
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="93.1.140" />
64+
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="94.4.20" />
6565
</ItemGroup>
6666

6767
<ItemGroup>

CefSharp.MinimalExample.OffScreen/app.manifest

Lines changed: 4 additions & 3 deletions
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="65.0.0.0" name="CefSharp.MinimalExample.Offscreen.app" />
10+
<assemblyIdentity version="1.0.0.0" name="CefSharp.MinimalExample.Offscreen.app" />
1111
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
1212
<security>
1313
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
@@ -29,8 +29,9 @@
2929
</trustInfo>
3030

3131
<asmv3:application>
32-
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
33-
<dpiAware>true/PM</dpiAware>
32+
<asmv3:windowsSettings>
33+
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
34+
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware>
3435
</asmv3:windowsSettings>
3536
</asmv3:application>
3637

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.redist.x64" version="93.1.14" targetFramework="net452" />
4-
<package id="cef.redist.x86" version="93.1.14" targetFramework="net452" />
5-
<package id="CefSharp.Common" version="93.1.140" targetFramework="net452" />
6-
<package id="CefSharp.OffScreen" version="93.1.140" targetFramework="net452" />
3+
<package id="cef.redist.x64" version="94.4.2" targetFramework="net452" />
4+
<package id="cef.redist.x86" version="94.4.2" targetFramework="net452" />
5+
<package id="CefSharp.Common" version="94.4.20" targetFramework="net452" />
6+
<package id="CefSharp.OffScreen" version="94.4.20" targetFramework="net452" />
77
</packages>

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props')" />
4-
<Import Project="..\packages\cef.redist.x86.93.1.14\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.93.1.14\build\cef.redist.x86.props')" />
5-
<Import Project="..\packages\cef.redist.x64.93.1.14\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.93.1.14\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.props')" />
4+
<Import Project="..\packages\cef.redist.x86.94.4.2\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.94.4.2\build\cef.redist.x86.props')" />
5+
<Import Project="..\packages\cef.redist.x64.94.4.2\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.94.4.2\build\cef.redist.x64.props')" />
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -72,16 +72,16 @@
7272
<ApplicationManifest>app.manifest</ApplicationManifest>
7373
</PropertyGroup>
7474
<ItemGroup>
75-
<Reference Include="CefSharp, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
76-
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll</HintPath>
75+
<Reference Include="CefSharp, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
76+
<HintPath>..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.dll</HintPath>
7777
<Private>True</Private>
7878
</Reference>
79-
<Reference Include="CefSharp.Core, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
80-
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll</HintPath>
79+
<Reference Include="CefSharp.Core, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
80+
<HintPath>..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll</HintPath>
8181
<Private>True</Private>
8282
</Reference>
83-
<Reference Include="CefSharp.WinForms, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
84-
<HintPath>..\packages\CefSharp.WinForms.93.1.140\lib\net452\CefSharp.WinForms.dll</HintPath>
83+
<Reference Include="CefSharp.WinForms, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
84+
<HintPath>..\packages\CefSharp.WinForms.94.4.20\lib\net452\CefSharp.WinForms.dll</HintPath>
8585
<Private>True</Private>
8686
</Reference>
8787
<Reference Include="System" />
@@ -144,5 +144,5 @@
144144
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
145145
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
146146
</Target>
147-
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets')" />
147+
<Import Project="..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.targets')" />
148148
</Project>

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="CefSharp.WinForms" Version="93.1.140" />
50+
<PackageReference Include="CefSharp.WinForms" Version="94.4.20" />
5151
</ItemGroup>
5252

5353
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</ItemGroup>
6969

7070
<ItemGroup>
71-
<PackageReference Include="CefSharp.WinForms.NetCore" Version="93.1.140" />
71+
<PackageReference Include="CefSharp.WinForms.NetCore" Version="94.4.20" />
7272
</ItemGroup>
7373

7474
<ItemGroup>

CefSharp.MinimalExample.WinForms/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="65.0.0.0" name="CefSharp.MinimalExample.WinForms.app" />
11+
<assemblyIdentity version="1.0.0.0" name="CefSharp.MinimalExample.WinForms.app" />
1212

1313
<dependency>
1414
<dependentAssembly>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.redist.x64" version="93.1.14" targetFramework="net452" />
4-
<package id="cef.redist.x86" version="93.1.14" targetFramework="net452" />
5-
<package id="CefSharp.Common" version="93.1.140" targetFramework="net452" />
6-
<package id="CefSharp.WinForms" version="93.1.140" targetFramework="net452" />
3+
<package id="cef.redist.x64" version="94.4.2" targetFramework="net452" />
4+
<package id="cef.redist.x86" version="94.4.2" targetFramework="net452" />
5+
<package id="CefSharp.Common" version="94.4.20" targetFramework="net452" />
6+
<package id="CefSharp.WinForms" version="94.4.20" targetFramework="net452" />
77
</packages>

CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props')" />
4-
<Import Project="..\packages\cef.redist.x86.93.1.14\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.93.1.14\build\cef.redist.x86.props')" />
5-
<Import Project="..\packages\cef.redist.x64.93.1.14\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.93.1.14\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.props')" />
4+
<Import Project="..\packages\cef.redist.x86.94.4.2\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.94.4.2\build\cef.redist.x86.props')" />
5+
<Import Project="..\packages\cef.redist.x64.94.4.2\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.94.4.2\build\cef.redist.x64.props')" />
66
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
77
<PropertyGroup>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -91,16 +91,16 @@
9191
<ApplicationManifest>app.manifest</ApplicationManifest>
9292
</PropertyGroup>
9393
<ItemGroup>
94-
<Reference Include="CefSharp, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
95-
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll</HintPath>
94+
<Reference Include="CefSharp, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
95+
<HintPath>..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.dll</HintPath>
9696
<Private>True</Private>
9797
</Reference>
98-
<Reference Include="CefSharp.Core, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
99-
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll</HintPath>
98+
<Reference Include="CefSharp.Core, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
99+
<HintPath>..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll</HintPath>
100100
<Private>True</Private>
101101
</Reference>
102-
<Reference Include="CefSharp.Wpf, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
103-
<HintPath>..\packages\CefSharp.Wpf.93.1.140\lib\net452\CefSharp.Wpf.dll</HintPath>
102+
<Reference Include="CefSharp.Wpf, Version=94.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
103+
<HintPath>..\packages\CefSharp.Wpf.94.4.20\lib\net452\CefSharp.Wpf.dll</HintPath>
104104
<Private>True</Private>
105105
</Reference>
106106
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -179,5 +179,5 @@
179179
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
180180
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
181181
</Target>
182-
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets')" />
182+
<Import Project="..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.94.4.20\build\CefSharp.Common.targets')" />
183183
</Project>

0 commit comments

Comments
 (0)