Skip to content

Commit e969f61

Browse files
Create version.md
1 parent 9e5b079 commit e969f61

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

diagnostics/version.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Figuring out SDK and runtime version
2+
3+
SDK and runtime verion number of WebView2 is helpful for someone who is trying to reproduce a bug. The follow options are ways for you to obtain the version numbers of the host app.
4+
5+
### Option 1: Use WebView2 Utilities (SDK and runtime)
6+
An easy way to obtain the SDK and runtime version for any host app that is currently running, is to use [WebView2Utilities](https://github.com/david-risney/WebView2Utilities).
7+
8+
### Option 2a: Check NuGet Package Manager (SDK only)
9+
If you are a developer for the WebView2 application, on Visual Studio Code, go to `Tools > NuGet Package Manager > Manage NuGet Packages for Solution`, and see the SDK version that is being used for the project
10+
11+
### Option 2b: Check WebView2 child process of host app (Runtime only)
12+
For any application, to check the which WebView2 runtime is being used, do the following:
13+
14+
1. Open Task Manager
15+
2. Right click on the WebView2 process of the application you are interested in
16+
3. Click on Open File Location
17+
18+
The directory of the file location is the WebView2 runtime version

0 commit comments

Comments
 (0)