Added x86 architecture for PowerShell version 7.0.4. (#10418)

This commit is contained in:
Easton Pillay
2021-04-09 13:12:35 -05:00
committed by GitHub
parent d245e40a09
commit 8fa51bda53
3 changed files with 40 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.0.4
Commands:
- pwsh
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.4/PowerShell-7.0.4-win-x64.msi
InstallerType: msi
InstallerSha256: 96FD22A22EEAFBA0CF66F2D0F1B762EDAE6E19FC697BD1986CFF0BA5AE53ECB6
ProductCode: "{DAA8210F-91FD-46FE-A0A5-4EA5F707F715}"
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.4/PowerShell-7.0.4-win-x86.msi
InstallerType: msi
InstallerSha256: 63A19CDC4A33826FB0C6BFA83B89B4A95B7D95625B5997A9D917007B8C4FDAAF
ProductCode: "{D765CFF9-FE05-4D83-91DB-DFC21D8C3D2C}"
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.0.4
PackageLocale: en-US
PackageUrl: https://microsoft.com/PowerShell
Description: PowerShell is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
Moniker: pwsh
Tags:
- powershell
- pwsh
Publisher: Microsoft
PackageName: PowerShell
License: MIT
ShortDescription: Microsoft.PowerShell
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,22 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.0.4
PackageName: PowerShell
Publisher: Microsoft
PackageUrl: https://microsoft.com/PowerShell
License: MIT
ShortDescription: Microsoft.PowerShell
Description: PowerShell is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
Moniker: pwsh
Tags:
- powershell
- pwsh
Commands:
- pwsh
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.4/PowerShell-7.0.4-win-x64.msi
InstallerType: msi
InstallerSha256: 96FD22A22EEAFBA0CF66F2D0F1B762EDAE6E19FC697BD1986CFF0BA5AE53ECB6
PackageLocale: en-US
ManifestType: singleton
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0