Skip to content

Commit b462440

Browse files
committed
Update to WebView2 NuGet 1.0.3124.44
1 parent affdf6f commit b462440

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WebView4Delphi is an open source project created by Salvador Díaz Fau to embed
33

44
WebView4Delphi only supports Windows. If you need to embed a web browser in Linux, Windows or MacOS consider using [CEF4Delphi](https://github.com/salvadordf/CEF4Delphi) instead.
55

6-
WebView4Delphi uses the [Microsoft Edge WebView2 Runtime](https://docs.microsoft.com/en-us/microsoft-edge/webview2/) and [Microsoft.Web.WebView2 NuGet package version 1.0.3065.39](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
6+
WebView4Delphi uses the [Microsoft Edge WebView2 Runtime](https://docs.microsoft.com/en-us/microsoft-edge/webview2/) and [Microsoft.Web.WebView2 NuGet package version 1.0.3124.44](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
77

88
WebView4Delphi was developed and tested on Delphi 12.2, Delphi XE2, Delphi 7 and Lazarus 3.8/FPC 3.2.2.
99
Delphi 6 support needs to be tested and it requires installing the second Delphi 6 patch.

bin32/WebView2Loader.dll

8 Bytes
Binary file not shown.

bin64/WebView2Loader.dll

32 Bytes
Binary file not shown.

packages/webview4delphi.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</CompilerOptions>
1717
<Description Value="WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC."/>
1818
<License Value="MIT"/>
19-
<Version Major="1" Release="3065" Build="39"/>
19+
<Version Major="1" Release="3124" Build="44"/>
2020
<Files Count="66">
2121
<Item1>
2222
<Filename Value="..\source\uWVBrowser.pas"/>

source/uWVVersion.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
WEBVIEW2LOADERLIB_VERSION_MAJOR = 1;
22
WEBVIEW2LOADERLIB_VERSION_MINOR = 0;
3-
WEBVIEW2LOADERLIB_VERSION_RELEASE = 3065;
4-
WEBVIEW2LOADERLIB_VERSION_BUILD = 39;
3+
WEBVIEW2LOADERLIB_VERSION_RELEASE = 3124;
4+
WEBVIEW2LOADERLIB_VERSION_BUILD = 44;
55

66
// For full API compatibility, WebView4Delphi requires the same
77
// WebView2 Runtime version mentioned in the release notes :
88
// https://docs.microsoft.com/en-us/microsoft-edge/webview2/release-notes
9-
CHROMIUM_VERSION_MAJOR = 133;
9+
CHROMIUM_VERSION_MAJOR = 134;
1010
CHROMIUM_VERSION_MINOR = 0;
1111
CHROMIUM_VERSION_RELEASE = WEBVIEW2LOADERLIB_VERSION_RELEASE;
1212
CHROMIUM_VERSION_BUILD = WEBVIEW2LOADERLIB_VERSION_BUILD;

update_WebView4Delphi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"UpdateLazPackages" : [
33
{
44
"ForceNotify" : true,
5-
"InternalVersion" : 24,
5+
"InternalVersion" : 25,
66
"Name" : "webview4delphi.lpk",
7-
"Version" : "1.0.3065.39"
7+
"Version" : "1.0.3124.44"
88
}
99
],
1010
"UpdatePackageData" : {

0 commit comments

Comments
 (0)