Skip to content

Commit cde57b6

Browse files
committed
README.md - Update for M138
- VC++ 2022 Required - .Net 6 or greater is required for NetCore packages
1 parent 543af5f commit cde57b6

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ body:
122122
attributes:
123123
value: |
124124
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).
126126
2. Extract tar.bz2 file
127127
3. Execute cefclient.exe using the **command line args below**:
128128

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The upstream [`CEF` forum](http://magpcss.org/ceforum/) is a valuable resource,
1919
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.
2020

2121
- 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).
2323
- Extract and run cefclient.exe
2424
- If you are using WPF/OffScreen run
2525
```

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,16 @@ Every commit on `master` produces a `Nuget` package. Use at your own risk!
8383
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.
8484
If you're new to `CefSharp` and are downloading the source to check it out, please use a **Release** branch.
8585

86-
**&ast;** VC++ 2019 is required starting with version 93<br/>
87-
**&ast;&ast;** For .Net Core Packages .Net Core 3.1 or .Net 5/6/7 are required.
86+
**&ast;** VC++ 2022 is required starting with version 138<br/>
87+
**&ast;&ast;** For .Net Core Packages 6 or greater is required.
8888

8989
| Branch | CEF Version | VC++ Version | .Net Version | Status |
9090
|-----------------------------------------------------------------------|------|-------|---------|-----------------|
91-
| [master](https://github.com/cefsharp/CefSharp/) | 7049 | 2019* | 4.6.2** | Development |
92-
| [cefsharp/135](https://github.com/cefsharp/CefSharp/tree/cefsharp/135)| 7049 | 2019* | 4.6.2** | **Release** |
91+
| [master](https://github.com/cefsharp/CefSharp/) | 7204 | 2022* | 4.6.2** | Development |
92+
| [cefsharp/138](https://github.com/cefsharp/CefSharp/tree/cefsharp/138)| 7204 | 2022* | 4.6.2** | **Release** |
93+
| [cefsharp/137](https://github.com/cefsharp/CefSharp/tree/cefsharp/137)| 7151 | 2019* | 4.6.2** | Unsupported |
94+
| [cefsharp/136](https://github.com/cefsharp/CefSharp/tree/cefsharp/136)| 7103 | 2019* | 4.6.2** | Unsupported |
95+
| [cefsharp/135](https://github.com/cefsharp/CefSharp/tree/cefsharp/135)| 7049 | 2019* | 4.6.2** | Unsupported |
9396
| [cefsharp/134](https://github.com/cefsharp/CefSharp/tree/cefsharp/134)| 6998 | 2019* | 4.6.2** | Unsupported |
9497
| [cefsharp/133](https://github.com/cefsharp/CefSharp/tree/cefsharp/133)| 6943 | 2019* | 4.6.2** | Unsupported |
9598
| [cefsharp/132](https://github.com/cefsharp/CefSharp/tree/cefsharp/132)| 6834 | 2019* | 4.6.2** | Unsupported |
@@ -165,8 +168,8 @@ If you're new to `CefSharp` and are downloading the source to check it out, plea
165168
| [cefsharp/39](https://github.com/cefsharp/CefSharp/tree/cefsharp/39) | 2171 | 2012 | 4.0 | Unsupported |
166169
| [cefsharp/37](https://github.com/cefsharp/CefSharp/tree/cefsharp/37) | 2062 | 2012 | 4.0 | Unsupported |
167170

168-
**&ast;** VC++ 2019 is required starting with version 93<br/>
169-
**&ast;&ast;** For .Net Core Packages .Net Core 3.1/.Net 5.0 or greater is required.
171+
**&ast;** VC++ 2022 is required starting with version 138<br/>
172+
**&ast;&ast;** For .Net Core Packages .Net 6.0 or greater is required.
170173

171174
## Financial Support
172175

0 commit comments

Comments
 (0)