20 lines
		
	
	
		
			814 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			814 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Microsoft.PowerShell
 | |
| PackageVersion: 7.1.0
 | |
| Commands:
 | |
| - pwsh
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x64.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: E9C362E4378EC001F46973F560FF25E07B2314F29CBE3E248559A4693F6B7ED4
 | |
|   ProductCode: "{8B34F593-C5DF-47D9-AD0E-23D579F6D83E}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x86.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: 8ADA4906EE651B15E1F76895F5B2A735AA8D16F941E028EA28358F4215E883D1
 | |
|   ProductCode: "{089AA498-4D82-4CFB-B350-05E9DB1B0447}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |