Skip to content

Commit

Permalink
Update WebView2Loader.dll to WebView2 1.0.1150.38
Browse files Browse the repository at this point in the history
The dll-file is obtained from the NuGet package microsoft.web.webview2
https://nuget.info/packages/Microsoft.Web.WebView2/1.0.1150.38
located in the sub-folder build/native/x64

For full API compatibility, this Release version of the WebView2 SDK
requires WebView2 Runtime version 99.0.1150.38 or higher:
https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/archive?tabs=dotnetcsharp#10115038
  • Loading branch information
HannesWell committed Mar 23, 2024
1 parent 103b10e commit 58466c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Git LFS file not shown
Expand Up @@ -32,7 +32,7 @@ class Edge extends WebBrowser {
}

// WebView2Loader.dll compatible version. This is NOT the minimal required version.
static final String SDK_TARGET_VERSION = "89.0.721.0";
static final String SDK_TARGET_VERSION = "99.0.1150.38";

// Display.getData() keys
static final String APPLOCAL_DIR_KEY = "org.eclipse.swt.internal.win32.appLocalDir";
Expand Down

0 comments on commit 58466c7

Please sign in to comment.