Skip to content

Commit

Permalink
Update to WebView2 NuGet 1.0.2849.39
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Oct 22, 2024
1 parent be7bb66 commit b0cfcb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2792.45](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.2849.39](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.

WebView4Delphi was developed and tested on Delphi 12.2, Delphi XE2, Delphi 7 and Lazarus 3.6/FPC 3.2.2.
Delphi 6 support needs to be tested and it requires installing the second Delphi 6 patch.
Expand Down
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" : 166,
"InternalVersion" : 167,
"Name" : "webview4delphi.lpk",
"Version" : "1.0.2792.45"
"Version" : "1.0.2849.39"
}
],
"UpdatePackageData" : {
Expand Down

0 comments on commit b0cfcb2

Please sign in to comment.