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.0.5
 | |
| FileExtensions:
 | |
| - ps1
 | |
| Commands:
 | |
| - pwsh
 | |
| InstallerType: msi
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.0.5/PowerShell-6.0.5-win-x64.msi
 | |
|   InstallerSha256: B81481240BBC5025F5D67E47437002C670C98397C56D13D6D5EC725ABCA6827C
 | |
|   ProductCode: "{8FED201C-8A90-49E9-BC16-FF64AD8C04C6}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.0.5/PowerShell-6.0.5-win-x86.msi
 | |
|   InstallerSha256: 0B448D5FAEADDE70BB2B77B0E2308B6981D924493D3CE845C4C127678AC74C9E
 | |
|   ProductCode: "{4AE22946-019C-429A-8F6C-B38048F3DB78}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |