Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build/Dependencies.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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\<edition>\<architecture> 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"
Expand Down
2 changes: 1 addition & 1 deletion Build/Dependencies/Dependencies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Selenium.WebDriver" Version="4.47.0" />

<!-- Hosts the embedded sign-in browser for -AuthenticationType WebView2 (Install-WebView2). -->
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.4129.50" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.4191.47" />

<!-- JSON dependency of the Selenium bindings on Windows PowerShell 5.1 (Install-NewtonSoftJson). -->
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
Expand Down
6 changes: 3 additions & 3 deletions OmadaWeb.PS/DependencyLock.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down