forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Nushell.Nushell version 0.99.1 (microsoft#184559)
- Loading branch information
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
manifests/n/Nushell/Nushell/0.99.1/Nushell.Nushell.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: Nushell.Nushell | ||
PackageVersion: 0.99.1 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
Commands: | ||
- nu | ||
ReleaseDate: 2024-10-20 | ||
AppsAndFeaturesEntries: | ||
- UpgradeCode: '{82D756D2-19FA-4F09-B10F-64942E89F364}' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-x86_64-pc-windows-msvc.msi | ||
InstallerSha256: 30444734DA371A62DA3490BE5713130EE4C6BCEF713A7FEB60598ADF737C5EA7 | ||
ProductCode: '{51B36105-C109-4966-9CCF-A96417E79183}' | ||
- Architecture: arm64 | ||
InstallerUrl: https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-pc-windows-msvc.msi | ||
InstallerSha256: AE9FFDA940FD58BBF64726CE80CED8EC9AE1AB43385EED2EBEE8185CC9514447 | ||
ProductCode: '{6DAEB009-7306-4CB1-A23F-58D4AA8CE2B1}' | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
28 changes: 28 additions & 0 deletions
28
manifests/n/Nushell/Nushell/0.99.1/Nushell.Nushell.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: Nushell.Nushell | ||
PackageVersion: 0.99.1 | ||
PackageLocale: en-US | ||
Publisher: The Nushell Project Developers | ||
PublisherUrl: https://www.nushell.sh | ||
PublisherSupportUrl: https://github.com/nushell/nushell/issues | ||
Author: The Nu Project Contributors | ||
PackageName: nu | ||
PackageUrl: https://github.com/nushell/nushell | ||
License: MIT | ||
LicenseUrl: https://github.com/nushell/nushell/blob/main/LICENSE | ||
Copyright: Copyright (c) 2019 - 2021 Yehuda Katz, Jonathan Turner | ||
CopyrightUrl: https://raw.githubusercontent.com/nushell/nushell/main/LICENSE | ||
ShortDescription: A new type of shell | ||
Description: |- | ||
Hello, and welcome to the Nushell project. | ||
The goal of this project is to take the Unix philosophy of shells, where pipes connect simple commands together, and bring it to the modern style of development. | ||
Nu takes cues from a lot of familiar territory, traditional shells like bash, object based shells like PowerShell, functional programming, systems programming, and more. | ||
Moniker: nushell | ||
Tags: | ||
- shell | ||
- rust | ||
ReleaseNotesUrl: https://github.com/nushell/nushell/releases/tag/0.99.1 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: Nushell.Nushell | ||
PackageVersion: 0.99.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |