Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to CEF 62 #53

Merged
merged 6 commits into from
Nov 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2785.1486</CefSdkVer>
<CefSdkVer>cef.sdk.3.3202.1686</CefSdkVer>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows

Date: August 18, 2016

CEF Version: 3.2743.1447.g37d988b
CEF Version: 3.3202.1686.gd665578
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
@37d988bda8bdff39f538ace426040faab1599b58

Chromium Verison: 52.0.2743.116
Chromium Verison: 62.0.3202.94
Chromium URL: https://chromium.googlesource.com/chromium/src.git
@feb0ea45a0164eef52aa2631dd95d7c85fa65faa

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
VisualStudioVersion: 12.0

version: 57.0.0-CI{build}
version: 62.0.0-CI{build}

shallow_clone: true

Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ param(
[string] $CefBinaryDir = "../cefsource/chromium/src/cef/binary_distrib/",

[Parameter(Position = 3)]
$CefVersion = "3.3112.1657.g2c22842"
$CefVersion = "3.3202.1686.gd665578"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is technically not required, since it's set automatically by the APPVEYOR_REPO_TAG setting later in the file (as @amaitland fixed in ec3c823), but it can go in anyway since it doesn't do no harm.

)

$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
Expand Down