Skip to content

Commit

Permalink
New version: Nushell.Nushell version 0.99.1 (microsoft#184559)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdncred authored Oct 21, 2024
1 parent 7f5f308 commit 4a2b22d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
29 changes: 29 additions & 0 deletions manifests/n/Nushell/Nushell/0.99.1/Nushell.Nushell.installer.yaml
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
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
8 changes: 8 additions & 0 deletions manifests/n/Nushell/Nushell/0.99.1/Nushell.Nushell.yaml
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

0 comments on commit 4a2b22d

Please sign in to comment.