Skip to content

Commit 7b6c8e0

Browse files
committed
Upgrade to 3.2704.1432.g60b3718
Former-commit-id: bf2b7c2a2f117b376a8d6bd693d24f6f1e4c7a1b
1 parent 4cad53f commit 7b6c8e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NuGet/cef.sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<CefSdkVer>cef.sdk.3.2704.1429</CefSdkVer>
4+
<CefSdkVer>cef.sdk.3.2704.1432</CefSdkVer>
55
</PropertyGroup>
66
</Project>

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
1616
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
1717
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll_wrapper') 'libcef_dll_wrapper.vcxproj'
1818

19-
$CefVersion = "3.2704.1429.g11ec9b6"
19+
$CefVersion = "3.2704.1432.g60b3718"
2020
# Take the cef version and strip the commit hash
2121
$CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))
2222

0 commit comments

Comments
 (0)