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.5
 | |
| FileExtensions:
 | |
| - ps1
 | |
| Commands:
 | |
| - pwsh
 | |
| InstallerType: msi
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.5/PowerShell-6.2.5-win-x64.msi
 | |
|   InstallerSha256: DBD4E6FB222D868C1D55FBF9F2797FEB35083B51EE8454FF11194FC7F76B01D3
 | |
|   ProductCode: "{24117DA7-83AA-439D-98EA-D57E2826D10D}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v6.2.5/PowerShell-6.2.5-win-x86.msi
 | |
|   InstallerSha256: 7EC1BEB2F310D32C733203E6FF37994C2F0064BF8EC036363DB0AEB6EAB15F38
 | |
|   ProductCode: "{5896B11A-8DD8-4280-874B-1740E55B8C7F}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |