-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Package: Microsoft.NuGet (#67230)
* New Package: Microsoft.NuGet * Fix Version
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
manifests/m/Microsoft/NuGet/5.8.1/Microsoft.NuGet.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,18 @@ | ||
# Created with YamlCreate.ps1 v2.1.2 $debug=AUSU.5-1-19041-1682 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.NuGet | ||
PackageVersion: 5.8.1 | ||
MinimumOSVersion: 10.0.0.0 | ||
InstallerType: portable | ||
Commands: | ||
- nuget | ||
AppsAndFeaturesEntries: | ||
- DisplayName: NuGet CLI | ||
DisplayVersion: 5.8.1.7021 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://dist.nuget.org/win-x86-commandline/v5.8.1/nuget.exe | ||
InstallerSha256: 3CE2F08716277CE3A7556893B0A39E5C2BF1DD6765AFD54843700D4A35D7C058 | ||
ManifestType: installer | ||
ManifestVersion: 1.2.0 |
33 changes: 33 additions & 0 deletions
33
manifests/m/Microsoft/NuGet/5.8.1/Microsoft.NuGet.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,33 @@ | ||
# Created with YamlCreate.ps1 v2.1.2 $debug=AUSU.5-1-19041-1682 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.NuGet | ||
PackageVersion: 5.8.1 | ||
PackageLocale: en-US | ||
Publisher: Microsoft Corporation | ||
PublisherUrl: https://microsoft.com | ||
PublisherSupportUrl: https://support.microsoft.com/en-us | ||
PrivacyUrl: https://go.microsoft.com/fwlink/?LinkID=824704 | ||
Author: Microsoft Corporation | ||
PackageName: NuGet | ||
PackageUrl: https://www.nuget.org/ | ||
License: Proprietary | ||
LicenseUrl: https://www.nuget.org/policies/Terms | ||
Copyright: Copyright (c) Microsoft Corporation. All rights reserved. | ||
# CopyrightUrl: | ||
ShortDescription: NuGet is the package manager for .NET | ||
Description: NuGet is the package manager for .NET. It enables developers to create, share, and consume useful .NET libraries. NuGet client tools provide the ability to produce and consume these libraries as "packages". | ||
Moniker: nuget | ||
# Tags: | ||
# Agreements: | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://docs.microsoft.com/en-us/nuget/release-notes/nuget-5.8 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
Documentations: | ||
- DocumentLabel: NuGet Documentation | ||
DocumentUrl: https://docs.microsoft.com/en-us/nuget/ | ||
- DocumentLabel: Known Issues | ||
DocumentUrl: https://docs.microsoft.com/en-us/nuget/release-notes/known-issues | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.2.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 YamlCreate.ps1 v2.1.2 $debug=AUSU.5-1-19041-1682 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.NuGet | ||
PackageVersion: 5.8.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.2.0 |