Skip to content

Commit 558fa4d

Browse files
committed
Update to WebView2 NuGet 1.0.3800.47
1 parent ad2ef0a commit 558fa4d

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

README.md

Lines changed: 3 additions & 2 deletions
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.3719.77](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.3800.47](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
77

88
WebView4Delphi was developed and tested on Delphi 13, Delphi XE2, Delphi 7 and Lazarus 4.4/FPC 3.2.2.
99
Delphi 6 support needs to be tested and it requires installing the second Delphi 6 patch.
@@ -35,8 +35,9 @@ You can also support this project with Liberapay.
3535

3636
## Related projects
3737
* [CEF4Delphi](https://github.com/salvadordf/CEF4Delphi)
38-
* [OldCEF4Delphi](https://github.com/salvadordf/OldCEF4Delphi)
38+
* [Tesseract4Delphi](https://github.com/salvadordf/Tesseract4Delphi)
3939
* [VirtualTouchKeyboard4Delphi](https://github.com/salvadordf/VirtualTouchKeyboard4Delphi)
40+
* [OldCEF4Delphi](https://github.com/salvadordf/OldCEF4Delphi)
4041
* [Chromium](https://chromium.googlesource.com/chromium/src/)
4142
* [MfPack](https://github.com/FactoryXCode/MfPack)
4243
* [PasDoc](https://pasdoc.github.io/)

bin32/WebView2Loader.dll

504 Bytes
Binary file not shown.

bin64/WebView2Loader.dll

512 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="3719" Build="77"/>
19+
<Version Major="1" Release="3800" Build="47"/>
2020
<Files Count="68">
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 = 3719;
4-
WEBVIEW2LOADERLIB_VERSION_BUILD = 77;
3+
WEBVIEW2LOADERLIB_VERSION_RELEASE = 3800;
4+
WEBVIEW2LOADERLIB_VERSION_BUILD = 47;
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 = 144;
9+
CHROMIUM_VERSION_MAJOR = 145;
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" : 49,
5+
"InternalVersion" : 50,
66
"Name" : "webview4delphi.lpk",
7-
"Version" : "1.0.3719.77"
7+
"Version" : "1.0.3800.47"
88
}
99
],
1010
"UpdatePackageData" : {

0 commit comments

Comments
 (0)