12345678910111213141516171819202122232425 |
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
- PackageIdentifier: GitHub.cli
- PackageVersion: 2.9.0
- Platform:
- - Windows.Desktop
- MinimumOSVersion: 10.0.0.0
- InstallerType: wix
- Scope: machine
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- UpgradeBehavior: install
- Commands:
- - gh
- ReleaseDate: 2022-04-26
- Installers:
- - Architecture: x64
- InstallerUrl: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_windows_amd64.msi
- InstallerSha256: DC10627DD158737EB36E6CC5D3CBF31CDC0C73D8FE8C439268102B927232AC5E
- ProductCode: "{8EEB8B5B-F261-476D-B228-022C703CCBF6}"
- ManifestType: installer
- ManifestVersion: 1.1.0
|