Skip to content

Commit 06c5d4d

Browse files
committed
Upgrade to 124.3.50
1 parent 522c83d commit 06c5d4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.20</Version>
8+
<Version>124.3.50</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.20" />
26+
<PackageReference Include="CefSharp.Common" Version="124.3.50" />
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
30-
<PackageReference Include="CefSharp.Common.NETCore" Version="124.3.20" />
30+
<PackageReference Include="CefSharp.Common.NETCore" Version="124.3.50" />
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.20-CI{build}
3+
version: 124.3.50-CI{build}
44

55
clone_depth: 10
66

0 commit comments

Comments
 (0)