21 lines
		
	
	
		
			813 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			813 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Microsoft.PowerShell
 | |
| PackageVersion: 6.2.1
 | |
| FileExtensions:
 | |
| - ps1
 | |
| Commands:
 | |
| - pwsh
 | |
| InstallerType: msi
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x64.msi
 | |
|   InstallerSha256: C24406CA8F65440FA0381E417B05A16161227276EB3B77091FDB9D174B7F3144
 | |
|   ProductCode: "{20550CD1-4102-4984-BD59-6FE1666D98C0}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.msi
 | |
|   InstallerSha256: 0FE4EA7B87A948C4C42551AB68E22FCD12BFF593954DD4483CFFDF541C23A5E4
 | |
|   ProductCode: "{EA7E74BE-C39B-4643-9D24-312413D434AA}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |