You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,30 @@ CefSharp provides both WPF and WinForms web browser control implementations. See
6
6
7
7
This project is [BSD](http://www.opensource.org/licenses/bsd-license.php"BSD License") licensed, which means that it can be used from both proprietary and free/open source applications. For the full details, see the [LICENSE](LICENSE) file.
8
8
9
-
# Documentation & mailing list
9
+
# Documentation, Contact etc.
10
10
11
-
Apart from code samples mentioned above work-in-progress documentation can be found [in the wiki](https://github.com/cefsharp/CefSharp/wiki). If something is missing/incomplete, please don't hesitate to ask at the [CefSharp Google Group](https://groups.google.com/forum/#!forum/cefsharp). You might also find help by searching the archive to that same Google Group for previous questions.
11
+
Apart from code samples mentioned above work-in-progress documentation can be found [in the wiki](https://github.com/cefsharp/CefSharp/wiki). If something is missing/incomplete, please don't hesitate to ask on [StackOverflow](http://stackoverflow.com/questions/tagged/cefsharp) or in the [CefSharp Google Group](https://groups.google.com/forum/#!forum/cefsharp). You might also find help by searching the archive to that same Google Group for previous questions.
12
12
13
-
# Binary Release
13
+
# NuGet Packages
14
14
15
15
Binary releases contain everything needed to embed Chromium in your CLR application.
16
16
17
-
-**Pre-release** - CefSharp-3.29.0-pre.0 Currently only available as a WPF [NuGet](http://www.nuget.org/packages/CefSharp.Wpf/3.29.0-pre0). NuGet is CefSharp's new primary (only?) binary delivery mechanism.
Has the final feature that a lot of people want, JS Binding ... reportedly some people already have it in productive use it and will never look back.
25
20
26
-
See the [SF Downloads](https://sourceforge.net/projects/cefsharp/files/) page for even older releases. Please note that the latest Stable release, *or preferably the new CEF3 Pre-release getting out of beta real-soon-now*, is the only version officially supported; it's very unlikely that we will fix bugs in older releases.
21
+
**Stable**<br>
22
+
 for either [WPF](http://www.nuget.org/packages/CefSharp.Wpf/) or
23
+
[WinForms](http://www.nuget.org/packages/CefSharp.WinForms/) If you want mature battle tested code, and don't *need* the JS Binding (yet) go for this one.
24
+
25
+
**Ultra stable/LTS** Read "He's (almost) dead Jim", based on Chromium 25. See the [CefSharp1](https://github.com/jornh/CefSharp/tree/CefSharp1#binary-release) branch README for CefSharp1 info. We even date back to supporting .NET 2. Please note that the latest Stable release is the only version officially supported; it's very unlikely that we will fix bugs in older releases.
* Development is done in the `master` branch, which *used to be called*`CefSharp3` during the development cycle. New features are preferably added in feature branches, if the changes are more than trivial.
31
-
* Ultra-stable/LTS work is done in `CefSharp1`.
32
+
* Ultra-stable/LTS sources are in `CefSharp1`.
32
33
*[The CefSharp GitHub project page](https://github.com/cefsharp/CefSharp) is the recommended starting place. This is the "official" CefSharp fork, as maintained by the CefSharp community. You can also view [the entire network of public forks/branches](https://github.com/cefsharp/CefSharp/network).
0 commit comments