Skip to content

Commit b12952e

Browse files
committed
Upgrade to 3.2623.1401
1 parent 7841d4d commit b12952e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2623.1396</CefSdkVer>
4+
<CefSdkVer>cef.sdk.3.2623.1401</CefSdkVer>
55
</PropertyGroup>
66
</Project>

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll') 'libcef_dll_wrapper.vcxpro
1515
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
1616
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll') 'libcef_dll_wrapper.vcxproj'
1717

18-
$CefVersion = "3.2623.1396"
19-
$CefPackageVersion = "3.2623.1396"
18+
$CefVersion = "3.2623.1401"
19+
$CefPackageVersion = "3.2623.1401"
2020

2121
# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1
2222
function Invoke-BatchFile

0 commit comments

Comments
 (0)