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: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ body:
122
122
attributes:
123
123
value: |
124
124
To help determine where the problem needs to be fixed please download and test using the `CEF Sample Application(cefclient)`.
125
-
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_137.0.17%2Bgf354b0e%2Bchromium-137.0.7151.104_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_137.0.17%2Bgf354b0e%2Bchromium-137.0.7151.104_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_137.0.17%2Bgf354b0e%2Bchromium-137.0.7151.104_windowsarm64_client.tar.bz2).
125
+
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_138.0.17%2Bgac9b751%2Bchromium-138.0.7204.97_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_138.0.17%2Bgac9b751%2Bchromium-138.0.7204.97_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_138.0.17%2Bgac9b751%2Bchromium-138.0.7204.97_windowsarm64_client.tar.bz2).
126
126
2. Extract tar.bz2 file
127
127
3. Execute cefclient.exe using the **command line args below**:
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The upstream [`CEF` forum](http://magpcss.org/ceforum/) is a valuable resource,
19
19
It maybe helpful to run the `cefclient` application and compare output with `CefSharp`. The `WinForms` and `WPF` versions use two different rendering modes, `WPF` uses Offscreen Rendering (`OSR`). `OffScreen` also uses `OSR` mode.
20
20
21
21
- Download and run the `CEF Sample Application(cefclient)`:
22
-
- Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_137.0.17%2Bgf354b0e%2Bchromium-137.0.7151.104_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_137.0.17%2Bgf354b0e%2Bchromium-137.0.7151.104_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_137.0.17%2Bgf354b0e%2Bchromium-137.0.7151.104_windowsarm64_client.tar.bz2).
22
+
- Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_138.0.17%2Bgac9b751%2Bchromium-138.0.7204.97_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_138.0.17%2Bgac9b751%2Bchromium-138.0.7204.97_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_138.0.17%2Bgac9b751%2Bchromium-138.0.7204.97_windowsarm64_client.tar.bz2).
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,16 @@ Every commit on `master` produces a `Nuget` package. Use at your own risk!
83
83
With each release a new branch is created, for example the `92.0.260` release corresponds to the [cefsharp/92](https://github.com/cefsharp/CefSharp/tree/cefsharp/92) branch.
84
84
If you're new to `CefSharp` and are downloading the source to check it out, please use a **Release** branch.
85
85
86
-
***** VC++ 2019 is required starting with version 93<br/>
87
-
****** For .Net Core Packages .Net Core 3.1 or .Net 5/6/7 are required.
86
+
***** VC++ 2022 is required starting with version 138<br/>
87
+
****** For .Net Core Packages 6 or greater is required.
88
88
89
89
| Branch | CEF Version | VC++ Version | .Net Version | Status |
0 commit comments