Skip to content

Commit

Permalink
Add version: Microsoft.PowerShell version 7.2.18.0 (#133773)
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi authored Jan 12, 2024
1 parent 3661787 commit fefc518
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Created with YamlCreate.ps1 v2.2.13 $debug=NVS1.CRLF.7-4-1.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.2.18.0
InstallerType: wix
Scope: machine
InstallModes:
- interactive
- silent
- silentWithProgress
UpgradeBehavior: install
Commands:
- pwsh
ReleaseDate: 2024-01-11
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.2.18/PowerShell-7.2.18-win-x64.msi
InstallerSha256: A821AC33C1A451C405BE6E498C1339C297E8FA1ADF6E7EE7FD45F6FC9DAEFCD6
ProductCode: '{EC8A0FDA-A18C-4142-A607-1741B3019FD1}'
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.2.18/PowerShell-7.2.18-win-x86.msi
InstallerSha256: A18ECAC768BC71555571017642D645F018BBCB7E097AFC357C55342A408C63F3
ProductCode: '{A38D13E7-A982-475A-9E2E-86609337714C}'
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Created with YamlCreate.ps1 v2.2.13 $debug=NVS1.CRLF.7-4-1.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.2.18.0
PackageLocale: en-US
Publisher: Microsoft Corporation
PublisherUrl: https://github.com/PowerShell/PowerShell/
PublisherSupportUrl: https://github.com/PowerShell/PowerShell/issues
# PrivacyUrl:
Author: Microsoft Corporation
PackageName: PowerShell
PackageUrl: https://microsoft.com/PowerShell
License: MIT
LicenseUrl: https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt
Copyright: Copyright (c) Microsoft Corporation
CopyrightUrl: https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt
ShortDescription: PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.
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:
- command-line
- cross-platform
- open-source
- powershell
- pwsh
- shell
# ReleaseNotes:
ReleaseNotesUrl: https://github.com/PowerShell/PowerShell/releases/tag/v7.2.18
# PurchaseUrl:
# InstallationNotes:
Documentations:
- DocumentLabel: Product Documentation
DocumentUrl: https://learn.microsoft.com/powershell
- DocumentLabel: FAQ
DocumentUrl: https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md
ManifestType: defaultLocale
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with YamlCreate.ps1 v2.2.13 $debug=NVS1.CRLF.7-4-1.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.2.18.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit fefc518

Please sign in to comment.