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.2
 | |
| Commands:
 | |
| - pwsh
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x64.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: 8381D72E31415B533FCFD349E3AF1A62EFA8C793202A260C1C724D10C25BB49D
 | |
|   ProductCode: "{357A3946-1572-4A21-9B60-4C7BD1BB9761}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x86.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: 0F685A1EA1F6B660778E46B6FA3EBC37DC14DFA7441BB2133A6CA4D729C84065
 | |
|   ProductCode: "{887BBD1D-0B7E-44E5-B6A6-F06C0CC0E44D}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |