Skip to content

Commit 3592a73

Browse files
committed
Windows: Bump suggested WebView2 version number to current stable
1 parent efcc8bb commit 3592a73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extras/Build/CMake/FindWebView2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ elseif(NOT WebView2_FIND_QUIETLY)
7171
"open a PowerShell and issue the following commands"
7272
"\n"
7373
"> Register-PackageSource -provider NuGet -name nugetRepository -location https://www.nuget.org/api/v2\n"
74-
"> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.1901.177 -Source nugetRepository\n"
74+
"> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.3485.44 -Source nugetRepository\n"
7575
"\n"
7676
"Alternatively you can use the JUCE_WEBVIEW2_PACKAGE_LOCATION CMake variable to specify the directory "
7777
"where this find script is looking for the *Microsoft.Web.WebView2* package directory.")

extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ class MSVCProjectExporterBase : public ProjectExporter
26972697
bool targetFrameworkNative = false;
26982698
};
26992699

2700-
inline static const NuGetPackage webviewPackage { "Microsoft.Web.WebView2", "1.0.1901.177", false };
2700+
inline static const NuGetPackage webviewPackage { "Microsoft.Web.WebView2", "1.0.3485.44", false };
27012701
inline static const NuGetPackage cppwinrtPackage { "Microsoft.Windows.CppWinRT", "2.0.240405.15", true };
27022702
inline static const NuGetPackage midiPackage { "Microsoft.Windows.Devices.Midi2", "1.0.3-preview-11.250228-237", false };
27032703

0 commit comments

Comments
 (0)