Skip to content

Commit

Permalink
Added Delphi 12.1 mention in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Apr 4, 2024
1 parent 2168c2e commit b63b0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WebView4Delphi only supports Windows. If you need to embed a web browser in Linu

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

WebView4Delphi was developed and tested on Delphi 12.0, Delphi XE2, Delphi 7 and Lazarus 3.2/FPC 3.2.2.
WebView4Delphi was developed and tested on Delphi 12.1, Delphi XE2, Delphi 7 and Lazarus 3.2/FPC 3.2.2.
Delphi 6 support needs to be tested and it requires installing the second Delphi 6 patch.

WebView4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.
Expand Down
2 changes: 1 addition & 1 deletion update_WebView4Delphi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 142,
"InternalVersion" : 143,
"Name" : "webview4delphi.lpk",
"Version" : "1.0.2420.47"
}
Expand Down

0 comments on commit b63b0a2

Please sign in to comment.