Skip to content

Commit 8630e75

Browse files
committed
Add reference to the cefsharp/55 branch (will be created shortly)
1 parent 0356037 commit 8630e75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@ Every commit on `master` produces a `Nuget` package. Use at your own risk! [CefS
6060

6161
### Release Branches
6262

63+
With each release a new branch is created, for example the `53.0.1` release corrisponds to the `cefsharp/53` branch.
64+
If your new to `CefSharp` and are downloading the source to check it out, please use a **Release** branch
65+
6366
| Branch | CEF Version | VC++ Version | .Net Version | Status |
6467
|--------|-------------|--------------|--------------|--------|
65-
| [master](https://github.com/cefsharp/CefSharp/) | 2840 | 2013 | 4.5.2 | Development |
68+
| [master](https://github.com/cefsharp/CefSharp/) | 2883 | 2013 | 4.5.2 | Development |
69+
| [cefsharp/55](https://github.com/cefsharp/CefSharp/tree/cefsharp/55) | 2883 | 2013 | 4.5.2 | **Pre-Release** |
6670
| [cefsharp/53](https://github.com/cefsharp/CefSharp/tree/cefsharp/53) | 2785 | 2013 | 4.5.2 | **Release** |
6771
| [cefsharp/51](https://github.com/cefsharp/CefSharp/tree/cefsharp/51) | 2704 | 2013 | 4.5.2 | Unsupported |
6872
| [cefsharp/49](https://github.com/cefsharp/CefSharp/tree/cefsharp/49) | 2623 | 2013 | 4.0 | Unsupported |

0 commit comments

Comments
 (0)