Skip to content

Commit 2a03055

Browse files
committed
Upgrade to 129.0.110
1 parent 0be6802 commit 2a03055

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

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

55
clone_depth: 10
66

0 commit comments

Comments
 (0)