Merge branch 'update-webview'

This commit is contained in:
Robin Dunn
2020-10-22 16:11:14 -07:00
4 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ toolsURL = 'https://wxpython.org/Phoenix/tools'
# MS Edge code and DLLs needed for the wxWEBVIEW_BACKEND_EDGE backend
MS_edge_version = '0.9.622.11'
MS_edge_version = '1.0.622.22'
MS_edge_url = 'https://www.nuget.org/api/v2/package/Microsoft.Web.WebView2/{}'.format(MS_edge_version)
#---------------------------------------------------------------------------

View File

@@ -11,7 +11,7 @@ The original copies of the DLLs can be found in the WebView2 SDK nuget:
https://www.nuget.org/packages/Microsoft.Web.WebView2
The current version of Microsoft.Web.WebView2 being used here is 0.9.622.11.
The current version of Microsoft.Web.WebView2 being used here is 1.0.622.22.
Note that it may be necessary to have the Beta Channel version of Microsoft Edge
installed for this to work.