Skip to content

Commit

Permalink
README.md/CONTRIBUTING.md - Update as M98 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Feb 17, 2022
1 parent e4e6cb8 commit b50f7b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Delete this line and everything above, and then fill in the details below.

- **Does this problem also occur in the `CEF` Sample Application**
- Download one of the following:
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_97.1.6%2Bg8961cdb%2Bchromium-97.0.4692.99_windows32_client.tar.bz2
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_97.1.6%2Bg8961cdb%2Bchromium-97.0.4692.99_windows64_client.tar.bz2
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_97.1.6%2Bg8961cdb%2Bchromium-97.0.4692.99_windowsarm64_client.tar.bz2
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_98.1.21%2Bg9782362%2Bchromium-98.0.4758.102_windows32_client.tar.bz2
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_98.1.21%2Bg9782362%2Bchromium-98.0.4758.102_windows64_client.tar.bz2
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_98.1.21%2Bg9782362%2Bchromium-98.0.4758.102_windowsarm64_client.tar.bz2
- Extract and run cefclient.exe
- If you are using WPF/OffScreen run
```
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_97.1.6%2Bg8961cdb%2Bchromium-97.0.4692.99_windows32_client.tar.bz2
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_97.1.6%2Bg8961cdb%2Bchromium-97.0.4692.99_windows64_client.tar.bz2
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_97.1.6%2Bg8961cdb%2Bchromium-97.0.4692.99_windowsarm64_client.tar.bz2
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_98.1.21%2Bg9782362%2Bchromium-98.0.4758.102_windows32_client.tar.bz2
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_98.1.21%2Bg9782362%2Bchromium-98.0.4758.102_windows64_client.tar.bz2
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_98.1.21%2Bg9782362%2Bchromium-98.0.4758.102_windowsarm64_client.tar.bz2
- Extract and run cefclient.exe
- If you are using WPF/OffScreen run
```
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ 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/) | 4692 | 2019* | 4.5.2** | Development |
| [cefsharp/97](https://github.com/cefsharp/CefSharp/tree/cefsharp/97) | 4692 | 2019* | 4.5.2** | **Release** |
| [master](https://github.com/cefsharp/CefSharp/) | 4758 | 2019* | 4.5.2** | Development |
| [cefsharp/98](https://github.com/cefsharp/CefSharp/tree/cefsharp/98) | 4758 | 2019* | 4.5.2** | **Release** |
| [cefsharp/97](https://github.com/cefsharp/CefSharp/tree/cefsharp/97) | 4692 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/96](https://github.com/cefsharp/CefSharp/tree/cefsharp/96) | 4664 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/95](https://github.com/cefsharp/CefSharp/tree/cefsharp/95) | 4638 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/94](https://github.com/cefsharp/CefSharp/tree/cefsharp/94) | 4606 | 2019* | 4.5.2** | Unsupported |
Expand Down

0 comments on commit b50f7b4

Please sign in to comment.