Skip to content

Commit a7dc73b

Browse files
committed
Update README.md and cefclient links
1 parent 6194fe6 commit a7dc73b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Delete this line and everything above, and then fill in the details below.
6969

7070
- **Does this problem also occur in the `CEF` Sample Application**
7171
- Download one of the following:
72-
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_90.6.5%2Bg7a604aa%2Bchromium-90.0.4430.93_windows32_client.tar.bz2
73-
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_90.6.5%2Bg7a604aa%2Bchromium-90.0.4430.93_windows64_client.tar.bz2
72+
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_91.1.21%2Bg9dd45fe%2Bchromium-91.0.4472.114_windows32_client.tar.bz2
73+
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_91.1.21%2Bg9dd45fe%2Bchromium-91.0.4472.114_windows64_client.tar.bz2
7474
- Extract and run cefclient.exe
7575
- If you are using WPF/OffScreen run
7676
```

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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_90.6.5%2Bg7a604aa%2Bchromium-90.0.4430.93_windows32_client.tar.bz2
23-
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_90.6.5%2Bg7a604aa%2Bchromium-90.0.4430.93_windows64_client.tar.bz2
22+
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_91.1.21%2Bg9dd45fe%2Bchromium-91.0.4472.114_windows32_client.tar.bz2
23+
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_91.1.21%2Bg9dd45fe%2Bchromium-91.0.4472.114_windows64_client.tar.bz2
2424
- Extract and run cefclient.exe
2525
- If you are using WPF/OffScreen run
2626
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ If you're new to `CefSharp` and are downloading the source to check it out, plea
8787

8888
| Branch | CEF Version | VC++ Version | .Net Version | Status |
8989
|----------------------------------------------------------------------|------|-------|---------|-----------------|
90-
| [master](https://github.com/cefsharp/CefSharp/) | 4472 | 2015* | 4.5.2** | Development |
91-
| [cefsharp/91](https://github.com/cefsharp/CefSharp/tree/cefsharp/91) | 4472 | 2015* | 4.5.2** | **Pre-Release** |
92-
| [cefsharp/90](https://github.com/cefsharp/CefSharp/tree/cefsharp/90) | 4430 | 2015* | 4.5.2** | **Release** |
90+
| [master](https://github.com/cefsharp/CefSharp/) | 4515 | 2015* | 4.5.2** | Development |
91+
| [cefsharp/91](https://github.com/cefsharp/CefSharp/tree/cefsharp/91) | 4472 | 2015* | 4.5.2** | **Release** |
92+
| [cefsharp/90](https://github.com/cefsharp/CefSharp/tree/cefsharp/90) | 4430 | 2015* | 4.5.2** | Unsupported |
9393
| [cefsharp/89](https://github.com/cefsharp/CefSharp/tree/cefsharp/89) | 4389 | 2015* | 4.5.2** | Unsupported |
9494
| [cefsharp/88](https://github.com/cefsharp/CefSharp/tree/cefsharp/88) | 4324 | 2015* | 4.5.2** | Unsupported |
9595
| [cefsharp/87](https://github.com/cefsharp/CefSharp/tree/cefsharp/87) | 4280 | 2015* | 4.5.2** | Unsupported |

0 commit comments

Comments
 (0)