Skip to content

Commit 99e1e90

Browse files
committed
Upgrade to 131.3.50
1 parent 61dab30 commit 99e1e90

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>131.2.70</Version>
8+
<Version>131.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>
@@ -24,11 +24,11 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
27-
<PackageReference Include="CefSharp.Common" Version="131.2.70" />
27+
<PackageReference Include="CefSharp.Common" Version="131.3.50" />
2828
</ItemGroup>
2929

3030
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
31-
<PackageReference Include="CefSharp.Common.NETCore" Version="131.2.70" />
31+
<PackageReference Include="CefSharp.Common.NETCore" Version="131.3.50" />
3232
</ItemGroup>
3333

3434
<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: 131.2.70-CI{build}
3+
version: 131.3.50-CI{build}
44

55
clone_depth: 10
66

0 commit comments

Comments
 (0)