Skip to content

Commit

Permalink
Add cefsharp/79 branch details and update build numbers
Browse files Browse the repository at this point in the history
- Update appveyor.yml/build.ps1 version numbers to 79.1.310
- Created release branch in README.md

Branch to follow shortly
  • Loading branch information
amaitland committed Jan 22, 2020
1 parent 99fedd2 commit 731c626
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -73,7 +73,8 @@ If you're new to `CefSharp` and are downloading the source to check it out, plea

| Branch | CEF Version | VC++ Version | .Net Version | Status |
|----------------------------------------------------------------------|------|------|-------|-----------------|
| [master](https://github.com/cefsharp/CefSharp/) | 3904 | 2015 | 4.5.2 | Development |
| [master](https://github.com/cefsharp/CefSharp/) | 3945 | 2015 | 4.5.2 | Development |
| [cefsharp/79](https://github.com/cefsharp/CefSharp/tree/cefsharp/79) | 3945 | 2015 | 4.5.2 | **Pre-Release** |
| [cefsharp/77](https://github.com/cefsharp/CefSharp/tree/cefsharp/77) | 3865 | 2015 | 4.5.2 | [Unsupported](https://github.com/cefsharp/CefSharp/issues/2953) |
| [cefsharp/75](https://github.com/cefsharp/CefSharp/tree/cefsharp/75) | 3770 | 2015 | 4.5.2 | **Release** |
| [cefsharp/73](https://github.com/cefsharp/CefSharp/tree/cefsharp/73) | 3683 | 2015 | 4.5.2 | Unsupported |
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,6 +1,6 @@
image: Visual Studio 2015

version: 79.1.100-CI{build}
version: 79.1.310-CI{build}

clone_depth: 10

Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Expand Up @@ -3,9 +3,9 @@
[Parameter(Position = 0)]
[string] $Target = "vs2015",
[Parameter(Position = 1)]
[string] $Version = "79.1.100",
[string] $Version = "79.1.310",
[Parameter(Position = 2)]
[string] $AssemblyVersion = "79.1.100"
[string] $AssemblyVersion = "79.1.310"
)

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

0 comments on commit 731c626

Please sign in to comment.