File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments