Microsoft WebView2Loader.dll 1.0.1150.38 x64 and arm64
Project: eclipse.platform(.swt)
- For the
org.eclipse.swt.win32.win32.x86_64fragment we would like to update the embeddedx86_64version of theWebView2Loader.dllto version 1.0.1150.38
See https://github.com/eclipse-platform/eclipse.platform.swt/pull/1137 - For the to be created
org.eclipse.swt.win32.win32.aarch64fragment we would like to add/embedded thearm64variant of theWebView2Loader.dllin version 1.0.1150.38
See https://github.com/eclipse-platform/eclipse.platform.swt/pull/1045
Both binaries are obtained from https://nuget.info/packages/Microsoft.Web.WebView2/1.0.1150.38, the x86_64 variant resides in the subfolder build/native/x64 and the arm64 variant resides in the subfolder build/native/arm64.
The LICENSE.txt resides in the root of the package.
Sources are, to my best knowledge, not publicly available.
Basic Information
- License: bsd-3-clause
- Copyright Holder: Microsoft
- Git repository
- Binary: https://nuget.info/packages/Microsoft.Web.WebView2/1.0.1150.38
- Source: N/A