Skip to content

Commit 731c626

Browse files
committed
Add cefsharp/79 branch details and update build numbers
- Update appveyor.yml/build.ps1 version numbers to 79.1.310 - Created release branch in README.md Branch to follow shortly
1 parent 99fedd2 commit 731c626

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ If you're new to `CefSharp` and are downloading the source to check it out, plea
7373

7474
| Branch | CEF Version | VC++ Version | .Net Version | Status |
7575
|----------------------------------------------------------------------|------|------|-------|-----------------|
76-
| [master](https://github.com/cefsharp/CefSharp/) | 3904 | 2015 | 4.5.2 | Development |
76+
| [master](https://github.com/cefsharp/CefSharp/) | 3945 | 2015 | 4.5.2 | Development |
77+
| [cefsharp/79](https://github.com/cefsharp/CefSharp/tree/cefsharp/79) | 3945 | 2015 | 4.5.2 | **Pre-Release** |
7778
| [cefsharp/77](https://github.com/cefsharp/CefSharp/tree/cefsharp/77) | 3865 | 2015 | 4.5.2 | [Unsupported](https://github.com/cefsharp/CefSharp/issues/2953) |
7879
| [cefsharp/75](https://github.com/cefsharp/CefSharp/tree/cefsharp/75) | 3770 | 2015 | 4.5.2 | **Release** |
7980
| [cefsharp/73](https://github.com/cefsharp/CefSharp/tree/cefsharp/73) | 3683 | 2015 | 4.5.2 | Unsupported |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: Visual Studio 2015
22

3-
version: 79.1.100-CI{build}
3+
version: 79.1.310-CI{build}
44

55
clone_depth: 10
66

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[Parameter(Position = 0)]
44
[string] $Target = "vs2015",
55
[Parameter(Position = 1)]
6-
[string] $Version = "79.1.100",
6+
[string] $Version = "79.1.310",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "79.1.100"
8+
[string] $AssemblyVersion = "79.1.310"
99
)
1010

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

0 commit comments

Comments
 (0)