[Package Issue]: Microsoft.NuGet #175649
Labels
Error-Hash-Mismatch
The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash
In-PR
Needs-Triage
This work item needs to be triaged by a member of the core team.
Package-Update
This package needs to be updated
Please confirm these before moving forward
Category of the issue
Installer hash mismatch.
Brief description of your issue
The URL for the installer for Microsoft.NuGet v6.11.0 is
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
.This is the URL for the latest version, not a version-specific URL, and as a newer version (v6.11.1) has been released since then, the file hash no longer matches.
This URL should be
https://dist.nuget.org/win-x86-commandline/v6.11.0/nuget.exe
.Steps to reproduce
winget install Microsoft.NuGet
OR
winget upgrade Microsoft.NuGet
Actual behavior
Installer hash does not match.
Expected behavior
Version 6.11.0 will be installed.
Environment
Screenshots and Logs
Related Issues
#175646: New version request
The text was updated successfully, but these errors were encountered: