21 lines
		
	
	
		
			813 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			813 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Microsoft.PowerShell
 | |
| PackageVersion: 6.2.2
 | |
| FileExtensions:
 | |
| - ps1
 | |
| Commands:
 | |
| - pwsh
 | |
| InstallerType: msi
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/PowerShell-6.2.2-win-x64.msi
 | |
|   InstallerSha256: FBFAF00A72018D9C49A6C5A05C6D05F9EA4BC6A4F6952D9F3B4FCCA96274E963
 | |
|   ProductCode: "{A55D1349-D294-43E8-B79A-1EC86DC3D18A}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/PowerShell-6.2.2-win-x86.msi
 | |
|   InstallerSha256: 016D39CA5A735AEDE369F803DDC91E65D113B65226F134E2B0AFFD589B126B48
 | |
|   ProductCode: "{C624E6C6-3E92-4962-BF07-8C79E66C9FF2}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |