Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winget-ps: Add version 1.4.10173 #4381

Merged
merged 2 commits into from
Jan 25, 2023
Merged
Changes from 1 commit
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
25 changes: 25 additions & 0 deletions bucket/winget-ps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "1.4.10173",
"description": "A PowerShell Module for the Windows Package Manager Client.",
"homepage": "https://github.com/microsoft/winget-cli/tree/master/src/PowerShell/Microsoft.WinGet.Client",
"license": "MIT",
"suggest": {
"PowerShell Core": "pwsh",
"WinGet": "winget",
"VCRedist2022": "extras/vcredist2022"
sitiom marked this conversation as resolved.
Show resolved Hide resolved
},
"url": "https://github.com/microsoft/winget-cli/releases/download/v1.4.10173/Microsoft.WinGet.Client-PSModule.zip",
"hash": "fe71c539b3486da53bd3ae42756c56f3220d36f3b552f4149baf19e9ec4002d1",
"psmodule": {
"name": "Microsoft.WinGet.Client"
},
"checkver": {
"github": "https://github.com/microsoft/winget-cli"
},
"autoupdate": {
"url": "https://github.com/microsoft/winget-cli/releases/download/v1.4.10173/Microsoft.WinGet.Client-PSModule.zip",
"hash": {
"url": "$baseurl/Microsoft.Winget.Client.txt"
}
}
}