diff --git a/Build/Dependencies.psd1 b/Build/Dependencies.psd1 index 7f58baa..8925862 100644 --- a/Build/Dependencies.psd1 +++ b/Build/Dependencies.psd1 @@ -96,7 +96,7 @@ Acquisition = "bundled" Publisher = "Microsoft" Purl = "pkg:nuget/Microsoft.Web.WebView2" - Version = "1.0.4129.50" + Version = "1.0.4191.47" VersionStrategy = "Pinned in OmadaWeb.PS/DependencyLock.psd1. Build/Get-BundledDependency.ps1 fetches that exact package during the build, verifies it against the pinned SHA-256 and lays the assemblies out under lib\\ inside the module, so a newer WebView2 arrives with a module update. A module without that bundle falls back to downloading and verifying the same package on first use, where Test-WebView2RuntimeVersion compares the installed assemblies against the pin." LockId = "Microsoft.Web.WebView2" Source = "https://www.nuget.org/packages/Microsoft.Web.WebView2" diff --git a/Build/Dependencies/Dependencies.csproj b/Build/Dependencies/Dependencies.csproj index e651322..541e54d 100644 --- a/Build/Dependencies/Dependencies.csproj +++ b/Build/Dependencies/Dependencies.csproj @@ -31,7 +31,7 @@ - + diff --git a/OmadaWeb.PS/DependencyLock.psd1 b/OmadaWeb.PS/DependencyLock.psd1 index b997d95..1be5d01 100644 --- a/OmadaWeb.PS/DependencyLock.psd1 +++ b/OmadaWeb.PS/DependencyLock.psd1 @@ -85,9 +85,9 @@ Id = "Microsoft.Web.WebView2" PackageId = "Microsoft.Web.WebView2" Manifest = "Build/Dependencies/Dependencies.csproj" - Version = "1.0.4129.50" - Url = "https://api.nuget.org/v3-flatcontainer/microsoft.web.webview2/1.0.4129.50/microsoft.web.webview2.1.0.4129.50.nupkg" - Sha256 = "d3934f482d484b89fb4825df720c710664e1143a1e90f7b3a60794ef33f473d2" + Version = "1.0.4191.47" + Url = "https://api.nuget.org/v3-flatcontainer/microsoft.web.webview2/1.0.4191.47/microsoft.web.webview2.1.0.4191.47.nupkg" + Sha256 = "f492bbf547d0da329553b6727435b677579b1e9f91cc9e4a1ad029366d5f23d0" Verification = "Sha256" Group = "" TargetFramework = ""