We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a5c69 commit d35dbc4Copy full SHA for d35dbc4
Sources/Winget-AutoUpdate/functions/Install-Prerequisites.ps1
@@ -91,8 +91,8 @@ function Install-Prerequisites {
91
$WinGetAvailableVersion = ((Invoke-WebRequest $WinGeturl -UseBasicParsing | ConvertFrom-Json)[0].tag_name).TrimStart("v")
92
}
93
catch {
94
- #if fail set version to the latest version as of 2024-04-29
95
- $WinGetAvailableVersion = "1.7.11132"
+ #If fail set version to the latest version as of 2025-03-14
+ $WinGetAvailableVersion = "1.10.340"
96
97
try {
98
#Get Admin Context Winget Location
0 commit comments