Skip to content

Commit 10906e0

Browse files
committed
README.md - Update as M127 release imminent
1 parent a245449 commit 10906e0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ body:
2121
id: cefsharp-version
2222
attributes:
2323
label: CefSharp Version
24-
description: What version are you using? Please only open an issue if you can reproduce the problem with version 122.1.120 or later.
25-
placeholder: 122.1.120
24+
description: What version are you using? Please only open an issue if you can reproduce the problem with version 126.2.180 or later.
25+
placeholder: 126.2.180
2626
validations:
2727
required: true
2828
- type: dropdown
@@ -120,7 +120,7 @@ body:
120120
attributes:
121121
value: |
122122
To help determine where the problem needs to be fixed please download and test using the `CEF Sample Application(cefclient)`.
123-
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_126.2.12%2Bg162c3d6%2Bchromium-126.0.6478.127_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_126.2.12%2Bg162c3d6%2Bchromium-126.0.6478.127_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_126.2.12%2Bg162c3d6%2Bchromium-126.0.6478.127_windowsarm64_client.tar.bz2).
123+
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windowsarm64_client.tar.bz2).
124124
2. Extract tar.bz2 file
125125
3. Execute cefclient.exe using the **command line args below**:
126126

CONTRIBUTING.md

+1-1
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_126.2.12%2Bg162c3d6%2Bchromium-126.0.6478.127_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_126.2.12%2Bg162c3d6%2Bchromium-126.0.6478.127_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_126.2.12%2Bg162c3d6%2Bchromium-126.0.6478.127_windowsarm64_client.tar.bz2).
22+
- Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windowsarm64_client.tar.bz2).
2323
- Extract and run cefclient.exe
2424
- If you are using WPF/OffScreen run
2525
```

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ If you're new to `CefSharp` and are downloading the source to check it out, plea
8888

8989
| Branch | CEF Version | VC++ Version | .Net Version | Status |
9090
|-----------------------------------------------------------------------|------|-------|---------|-----------------|
91-
| [master](https://github.com/cefsharp/CefSharp/) | 6422 | 2019* | 4.6.2** | Development |
92-
| [cefsharp/125](https://github.com/cefsharp/CefSharp/tree/cefsharp/125)| 6422 | 2019* | 4.6.2** | **Release** |
91+
| [master](https://github.com/cefsharp/CefSharp/) | 6533 | 2019* | 4.6.2** | Development |
92+
| [cefsharp/127](https://github.com/cefsharp/CefSharp/tree/cefsharp/127)| 6533 | 2019* | 4.6.2** | **Release** |
93+
| [cefsharp/126](https://github.com/cefsharp/CefSharp/tree/cefsharp/126)| 6478 | 2019* | 4.6.2** | Unsupported |
94+
| [cefsharp/125](https://github.com/cefsharp/CefSharp/tree/cefsharp/125)| 6422 | 2019* | 4.6.2** | Unsupported |
9395
| [cefsharp/124](https://github.com/cefsharp/CefSharp/tree/cefsharp/124)| 6367 | 2019* | 4.6.2** | Unsupported |
9496
| [cefsharp/123](https://github.com/cefsharp/CefSharp/tree/cefsharp/123)| 6312 | 2019* | 4.6.2** | Unsupported |
9597
| [cefsharp/122](https://github.com/cefsharp/CefSharp/tree/cefsharp/122)| 6261 | 2019* | 4.6.2** | Unsupported |

0 commit comments

Comments
 (0)