Skip to content

Commit

Permalink
Update to WebView2 NuGet 1.0.2088.41
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Oct 17, 2023
1 parent 379bd4e commit eafc619
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WebView4Delphi is an open source project created by Salvador Díaz Fau to embed

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.

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.2045.28](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
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.2088.41](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.

WebView4Delphi was developed and tested on Delphi 11.3, Delphi XE2, Delphi 7 and Lazarus 2.2.6/FPC 3.2.2.

Expand Down
Binary file modified bin32/WebView2Loader.dll
Binary file not shown.
Binary file modified bin64/WebView2Loader.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/webview4delphi.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</CompilerOptions>
<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."/>
<License Value="MIT"/>
<Version Major="1" Release="2045" Build="28"/>
<Version Major="1" Release="2088" Build="41"/>
<Files Count="55">
<Item1>
<Filename Value="..\source\uWVBrowser.pas"/>
Expand Down
6 changes: 3 additions & 3 deletions source/uWVVersion.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
WEBVIEW2LOADERLIB_VERSION_MAJOR = 1;
WEBVIEW2LOADERLIB_VERSION_MINOR = 0;
WEBVIEW2LOADERLIB_VERSION_RELEASE = 2045;
WEBVIEW2LOADERLIB_VERSION_BUILD = 28;
WEBVIEW2LOADERLIB_VERSION_RELEASE = 2088;
WEBVIEW2LOADERLIB_VERSION_BUILD = 41;

// For full API compatibility, WebView4Delphi requires the same
// WebView2 Runtime version mentioned in the release notes :
// https://docs.microsoft.com/en-us/microsoft-edge/webview2/release-notes
CHROMIUM_VERSION_MAJOR = 117;
CHROMIUM_VERSION_MAJOR = 118;
CHROMIUM_VERSION_MINOR = 0;
CHROMIUM_VERSION_RELEASE = WEBVIEW2LOADERLIB_VERSION_RELEASE;
CHROMIUM_VERSION_BUILD = WEBVIEW2LOADERLIB_VERSION_BUILD;
4 changes: 2 additions & 2 deletions update_WebView4Delphi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 119,
"InternalVersion" : 120,
"Name" : "webview4delphi.lpk",
"Version" : "1.0.2045.28"
"Version" : "1.0.2088.41"
}
],
"UpdatePackageData" : {
Expand Down

0 comments on commit eafc619

Please sign in to comment.