Skip to content

Commit 61dab30

Browse files
committed
Upgrade to 131.2.70
1 parent db2a1f7 commit 61dab30

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>130.1.90</Version>
8+
<Version>131.2.70</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="130.1.90" />
27+
<PackageReference Include="CefSharp.Common" Version="131.2.70" />
2828
</ItemGroup>
2929

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

55
clone_depth: 10
66

0 commit comments

Comments
 (0)