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.0.5
 | |
| Commands:
 | |
| - pwsh
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.5/PowerShell-7.0.5-win-x64.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: C68B0F1392B9982C85AEAF50C787B9A8D75F387CFF4CC115D4408DA9AE53C8E3
 | |
|   ProductCode: "{D2CD402D-83E4-4F5B-890D-0D21A978BD10}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.5/PowerShell-7.0.5-win-x86.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: AF78E27E1DD0F7C825C889472E3E55B519638695979D6B551C45B3021BB4CFB8
 | |
|   ProductCode: "{0E45206E-10CD-4C58-8053-22975EFA701D}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |