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.3
 | |
| Commands:
 | |
| - pwsh
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: 459642D8B6D69F643794DF8394F28191F43E5ED35472899C4F0D8424F6D1317C
 | |
|   ProductCode: "{A6307460-5CB8-47E2-91FE-A35552EA2C39}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: 7CEB1203D2C4A6D7C28128C9CBC8282EAF9C237FEE238930C16382F2C0C731EC
 | |
|   ProductCode: "{626E5136-60AB-4043-96B7-1959F3FFF63E}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |