Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Upcoming M120 release
  • Loading branch information
amaitland committed Dec 15, 2023
1 parent 081a56f commit fed03c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ body:
id: cefsharp-version
attributes:
label: CefSharp Version
description: What version are you using? Please only open an issue if you can reproduce the problem with version 117.2.40 or later.
placeholder: 117.2.40
description: What version are you using? Please only open an issue if you can reproduce the problem with version 120.1.80 or later.
placeholder: 120.1.80
validations:
required: true
- type: dropdown
Expand Down Expand Up @@ -120,7 +120,7 @@ body:
attributes:
value: |
To help determine where the problem needs to be fixed please download and test using the `CEF Sample Application(cefclient)`.
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_118.6.8%2Bge44bee1%2Bchromium-118.0.5993.117_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_118.6.8%2Bge44bee1%2Bchromium-118.0.5993.117_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_118.6.8%2Bge44bee1%2Bchromium-118.0.5993.117_windowsarm64_client.tar.bz2).
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windowsarm64_client.tar.bz2).
2. Extract tar.bz2 file
3. Execute cefclient.exe using the **command line args below**:
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ The upstream [`CEF` forum](http://magpcss.org/ceforum/) is a valuable resource,
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.

- Download one of the following:
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_118.6.8%2Bge44bee1%2Bchromium-118.0.5993.117_windows32_client.tar.bz2
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_118.6.8%2Bge44bee1%2Bchromium-118.0.5993.117_windows64_client.tar.bz2
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_118.6.8%2Bge44bee1%2Bchromium-118.0.5993.117_windowsarm64_client.tar.bz2
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows32_client.tar.bz2
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows64_client.tar.bz2
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windowsarm64_client.tar.bz2
- Extract and run cefclient.exe
- If you are using WPF/OffScreen run
```
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ If you're new to `CefSharp` and are downloading the source to check it out, plea

| Branch | CEF Version | VC++ Version | .Net Version | Status |
|-----------------------------------------------------------------------|------|-------|---------|-----------------|
| [master](https://github.com/cefsharp/CefSharp/) | 5993 | 2019* | 4.6.2** | Development |
| [cefsharp/118](https://github.com/cefsharp/CefSharp/tree/cefsharp/118)| 5993 | 2019* | 4.6.2** | **Release** |
| [master](https://github.com/cefsharp/CefSharp/) | 6099 | 2019* | 4.6.2** | Development |
| [cefsharp/120](https://github.com/cefsharp/CefSharp/tree/cefsharp/120)| 6099 | 2019* | 4.6.2** | **Release** |
| [cefsharp/119](https://github.com/cefsharp/CefSharp/tree/cefsharp/119)| 6045 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/118](https://github.com/cefsharp/CefSharp/tree/cefsharp/118)| 5993 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/117](https://github.com/cefsharp/CefSharp/tree/cefsharp/117)| 5938 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/116](https://github.com/cefsharp/CefSharp/tree/cefsharp/116)| 5845 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/115](https://github.com/cefsharp/CefSharp/tree/cefsharp/115)| 5790 | 2019* | 4.6.2** | Unsupported |
Expand Down

0 comments on commit fed03c3

Please sign in to comment.