Skip to content

Commit becffb9

Browse files
committed
Upgrade to 125.0.210
1 parent 7cfcccd commit becffb9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CefSharp.Wpf.HwndHost/CefSharp.Wpf.HwndHost.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>CefSharp.Wpf.HwndHost</RootNamespace>
66
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>124.3.80</Version>
8+
<Version>125.0.210</Version>
99
<Authors>The CefSharp Authors</Authors>
1010
<Description>The CefSharp Chromium-based browser component. The CefSharp.Wpf.HwndHost.ChromiumWebBrowser control is a drop in replacement for the CefSharp.Wpf.ChromiumWebBrowser that's rougly equivilent to hosting the WinForms version in WPF.</Description>
1111
<Copyright>Copyright © The CefSharp Authors</Copyright>
@@ -23,11 +23,11 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
26-
<PackageReference Include="CefSharp.Common" Version="124.3.80" />
26+
<PackageReference Include="CefSharp.Common" Version="125.0.210" />
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
30-
<PackageReference Include="CefSharp.Common.NETCore" Version="124.3.80" />
30+
<PackageReference Include="CefSharp.Common.NETCore" Version="125.0.210" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: Visual Studio 2019
22

3-
version: 124.3.80-CI{build}
3+
version: 125.0.210-CI{build}
44

55
clone_depth: 10
66

0 commit comments

Comments
 (0)