Skip to content

Commit b5e86e3

Browse files
committed
Update WebView2Loader.dll to WebView2 1.0.1150.38
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
1 parent 2922a9c commit b5e86e3

File tree

2 files changed

+3
-3
lines changed
  • binaries/org.eclipse.swt.win32.win32.x86_64
  • bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a7d46b0936c95ea933afb68d5345011ba36791a4268918952628adb11683688c
3-
size 136088
2+
oid sha256:184574b9c36b044888644fc1f2b19176e0e76ccc3ddd2f0a5f0d618c88661f86
3+
size 141224

bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Edge extends WebBrowser {
3232
}
3333

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

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

0 commit comments

Comments
 (0)