diff --git a/README.md b/README.md index 6203966c34..579f19aad1 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,9 @@ 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/) | 5790 | 2019* | 4.6.2** | Development | -| [cefsharp/115](https://github.com/cefsharp/CefSharp/tree/cefsharp/115)| 5790 | 2019* | 4.6.2** | **Release** | +| [master](https://github.com/cefsharp/CefSharp/) | 5845 | 2019* | 4.6.2** | Development | +| [cefsharp/116](https://github.com/cefsharp/CefSharp/tree/cefsharp/116)| 5845 | 2019* | 4.6.2** | **Release** | +| [cefsharp/115](https://github.com/cefsharp/CefSharp/tree/cefsharp/115)| 5790 | 2019* | 4.6.2** | Unsupported | | [cefsharp/114](https://github.com/cefsharp/CefSharp/tree/cefsharp/114)| 5735 | 2019* | 4.5.2** | Unsupported | | [cefsharp/113](https://github.com/cefsharp/CefSharp/tree/cefsharp/113)| 5615 | 2019* | 4.5.2** | Unsupported | | [cefsharp/112](https://github.com/cefsharp/CefSharp/tree/cefsharp/112)| 5615 | 2019* | 4.5.2** | Unsupported | diff --git a/appveyor.yml b/appveyor.yml index 0e20f90d04..a072b5a954 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 116.0.130-CI{build} +version: 116.0.130-RCI{build} clone_depth: 10