Skip to content

Commit 929039e

Browse files
committed
README.md - Update M110 release imminent
1 parent 91d9981 commit 929039e

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Before posting a bug report please take the time to read https://codeblog.jonske
3131
Delete this line and everything above, and then fill in the details below.
3232

3333
- **What version of the product are you using?**
34-
- Please only create an issue if you can reproduce the problem with version 107.1.90 or greater.
34+
- Please only create an issue if you can reproduce the problem with version 109.1.110 or greater.
3535
- What version are you using? Nuget? CI Nuget? build from a branch? If so please link to the relevant commit.
36-
- Please include the exact version number you are using e.g. 107.1.90 (no ambiguous statements like `Latest from Nuget`)
36+
- Please include the exact version number you are using e.g. 109.1.110 (no ambiguous statements like `Latest from Nuget`)
3737

3838
- **What architecture x86 or x64?**
3939
<x86/x64/arm64>
@@ -68,9 +68,9 @@ Delete this line and everything above, and then fill in the details below.
6868

6969
- **Does this problem also occur in the `CEF` Sample Application**
7070
- Download one of the following:
71-
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_108.4.13%2Bga98cd4c%2Bchromium-108.0.5359.125_windows32_client.tar.bz2
72-
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_108.4.13%2Bga98cd4c%2Bchromium-108.0.5359.125_windows64_client.tar.bz2
73-
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_108.4.13%2Bga98cd4c%2Bchromium-108.0.5359.125_windowsarm64_client.tar.bz2
71+
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_109.1.11%2Bg6d4fdb2%2Bchromium-109.0.5414.87_windows32_client.tar.bz2
72+
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_109.1.11%2Bg6d4fdb2%2Bchromium-109.0.5414.87_windows64_client.tar.bz2
73+
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_109.1.11%2Bg6d4fdb2%2Bchromium-109.0.5414.87_windowsarm64_client.tar.bz2
7474
- Extract and run cefclient.exe
7575
- If you are using WPF/OffScreen run
7676
```

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ 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 one of the following:
22-
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_108.4.13%2Bga98cd4c%2Bchromium-108.0.5359.125_windows32_client.tar.bz2
23-
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_108.4.13%2Bga98cd4c%2Bchromium-108.0.5359.125_windows64_client.tar.bz2
24-
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_108.4.13%2Bga98cd4c%2Bchromium-108.0.5359.125_windowsarm64_client.tar.bz2
22+
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_109.1.11%2Bg6d4fdb2%2Bchromium-109.0.5414.87_windows32_client.tar.bz2
23+
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_109.1.11%2Bg6d4fdb2%2Bchromium-109.0.5414.87_windows64_client.tar.bz2
24+
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_109.1.11%2Bg6d4fdb2%2Bchromium-109.0.5414.87_windowsarm64_client.tar.bz2
2525
- Extract and run cefclient.exe
2626
- If you are using WPF/OffScreen run
2727
```

README.md

Lines changed: 4 additions & 2 deletions
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/) | 5359 | 2019* | 4.5.2** | Development |
92-
| [cefsharp/108](https://github.com/cefsharp/CefSharp/tree/cefsharp/108)| 5359 | 2019* | 4.5.2** | **Release** |
91+
| [master](https://github.com/cefsharp/CefSharp/) | 5481 | 2019* | 4.5.2** | Development |
92+
| [cefsharp/110](https://github.com/cefsharp/CefSharp/tree/cefsharp/110)| 5481 | 2019* | 4.5.2** | **Release** |
93+
| [cefsharp/109](https://github.com/cefsharp/CefSharp/tree/cefsharp/109)| 5414 | 2019* | 4.5.2** | Unsupported |
94+
| [cefsharp/108](https://github.com/cefsharp/CefSharp/tree/cefsharp/108)| 5359 | 2019* | 4.5.2** | Unsupported |
9395
| [cefsharp/107](https://github.com/cefsharp/CefSharp/tree/cefsharp/107)| 5304 | 2019* | 4.5.2** | Unsupported |
9496
| [cefsharp/106](https://github.com/cefsharp/CefSharp/tree/cefsharp/106)| 5249 | 2019* | 4.5.2** | Unsupported |
9597
| [cefsharp/105](https://github.com/cefsharp/CefSharp/tree/cefsharp/105)| 5195 | 2019* | 4.5.2** | Unsupported |

0 commit comments

Comments
 (0)