Skip to content

Commit

Permalink
Add version: Microsoft.PowerShell version 7.2.24.0 (microsoft#185564)
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi authored Oct 25, 2024
1 parent e38b6fd commit bd06f76
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-6.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.2.24.0
MinimumOSVersion: 10.0.17763.0
InstallerType: wix
Scope: machine
InstallModes:
- interactive
- silent
- silentWithProgress
UpgradeBehavior: install
Commands:
- pwsh
ReleaseDate: 2024-10-22
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/PowerShell-7.2.24-win-x64.msi
InstallerSha256: 9433F116D15D366D5900DB68D76410683A3FCE1492AEEB003F2AB9E6AF89A7F9
ProductCode: '{0C01156B-C07E-49D3-AF0E-86CCD58212D5}'
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/PowerShell-7.2.24-win-x86.msi
InstallerSha256: 4513603F252F5C174FD2760CDD5C9A64758795F2E5B58566069081395023072A
ProductCode: '{0FB3AD21-260F-4D2E-BC5E-89880804C958}'
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-6.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.2.24.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.24
# 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.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-6.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.2.24.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit bd06f76

Please sign in to comment.