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.1
 | |
| Commands:
 | |
| - pwsh
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.1/PowerShell-7.0.1-win-x64.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: E652A8E0F7D088106EA018D4B9E02373D4331907EFA64A60DC32E097B165D8FD
 | |
|   ProductCode: "{8B844F39-E6EE-486B-BE85-96A485AE2B96}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.1/PowerShell-7.0.1-win-x86.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: F38C2FD72DC54C1FEC2871E4E95352CA546101BE6283458D06A6F9B1A56AD60A
 | |
|   ProductCode: "{91C8D67A-2213-452C-B9B3-247F9D25E23C}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |