Skip to content

Commit 7841d4d

Browse files
committed
Merge pull request #38 from cefsharp/cef/2624
Upgrade to CEF 2623
2 parents a6eec9c + cdc9953 commit 7841d4d

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.2526.1362</CefSdkVer>
4+
<CefSdkVer>cef.sdk.3.2623.1396</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.2526.1362"
19-
$CefPackageVersion = "3.2526.1362"
18+
$CefVersion = "3.2623.1396"
19+
$CefPackageVersion = "3.2623.1396"
2020

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

0 commit comments

Comments
 (0)