Skip to content

Commit 49c5115

Browse files
Diego1149perlun
authored andcommitted
Upgrade to CEF 62 (#53)
1 parent 195d1de commit 49c5115

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2785.1486</CefSdkVer>
4+
<CefSdkVer>cef.sdk.3.3202.1686</CefSdkVer>
55
</PropertyGroup>
66
</Project>

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
33

44
Date: August 18, 2016
55

6-
CEF Version: 3.2743.1447.g37d988b
6+
CEF Version: 3.3202.1686.gd665578
77
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
88
@37d988bda8bdff39f538ace426040faab1599b58
99

10-
Chromium Verison: 52.0.2743.116
10+
Chromium Verison: 62.0.3202.94
1111
Chromium URL: https://chromium.googlesource.com/chromium/src.git
1212
@feb0ea45a0164eef52aa2631dd95d7c85fa65faa
1313

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
VisualStudioVersion: 12.0
33

4-
version: 57.0.0-CI{build}
4+
version: 62.0.0-CI{build}
55

66
shallow_clone: true
77

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param(
1414
[string] $CefBinaryDir = "../cefsource/chromium/src/cef/binary_distrib/",
1515

1616
[Parameter(Position = 3)]
17-
$CefVersion = "3.3112.1657.g2c22842"
17+
$CefVersion = "3.3202.1686.gd665578"
1818
)
1919

2020
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition

0 commit comments

Comments
 (0)