Skip to content

Commit

Permalink
Merge pull request #37 from cefsharp/cef/2526
Browse files Browse the repository at this point in the history
Upgrade to CEF 2526
  • Loading branch information
amaitland committed Feb 9, 2016
2 parents de9480e + 30315d3 commit a6eec9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NuGet/cef.sdk.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CefSdkVer>cef.sdk.3.2454.1344</CefSdkVer>
<CefSdkVer>cef.sdk.3.2526.1362</CefSdkVer>
</PropertyGroup>
</Project>
10 changes: 5 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
-------------------------------------------------------------------------------

Date: October 26, 2015
Date: December 16, 2015

CEF Version: 3.2454.1344.g2782fb8
CEF Version: 3.2526.1362.g26b3a7a
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
@2782fb8fc85f55b87ea3c8bedaccec243eba65ed
@26b3a7a5d0cf7e6567661746740bc48b3565b006

Chromium Verison: 45.0.2454.101
Chromium Verison: 47.0.2526.80
Chromium URL: https://chromium.googlesource.com/chromium/src.git
@07ad3ac7db843f4bd4229ae55fbb312320165a83
@037a6fde9231f53aa6c5762eb6c5e649ea5068e5

This distribution contains all components necessary to build and distribute an
application using CEF on the Windows platform. Please see the LICENSING
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll') 'libcef_dll_wrapper.vcxpro
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll') 'libcef_dll_wrapper.vcxproj'

$CefVersion = "3.2454.1344"
$CefPackageVersion = "3.2454.1344"
$CefVersion = "3.2526.1362"
$CefPackageVersion = "3.2526.1362"

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

0 comments on commit a6eec9c

Please sign in to comment.