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.1.6
 | |
| FileExtensions:
 | |
| - ps1
 | |
| Commands:
 | |
| - pwsh
 | |
| InstallerType: msi
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.1.6/PowerShell-6.1.6-win-x64.msi
 | |
|   InstallerSha256: 86F76E47E888042DAD42C94DBA5B82F4960FA96A7464B140E320EAC711094F55
 | |
|   ProductCode: "{B9BC4534-05A8-401B-B315-7A320F3DE0AF}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.1.6/PowerShell-6.1.6-win-x86.msi
 | |
|   InstallerSha256: 0E05522E2180CC5107D0F557152213EBBD208C1E9E1D3A75BA267DE2E4B2466C
 | |
|   ProductCode: "{CEBE393D-90A6-4E25-9FF9-3D3015B8B693}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |