From 6a3ee4d00fa37a60490ef2f14672636b39c7eee6 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Tue, 12 Jul 2022 18:05:52 -0500 Subject: [PATCH 1/2] New Package: Microsoft.NuGet --- .../4.8.2.5835/Microsoft.NuGet.installer.yaml | 18 ++++++++++ .../Microsoft.NuGet.locale.en-US.yaml | 33 +++++++++++++++++++ .../NuGet/4.8.2.5835/Microsoft.NuGet.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.installer.yaml create mode 100644 manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.yaml diff --git a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.installer.yaml new file mode 100644 index 0000000000000..fcbd2ac0765d3 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.installer.yaml @@ -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: 4.8.2.5835 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- nuget +AppsAndFeaturesEntries: +- DisplayName: NuGet CLI + DisplayVersion: 4.8.2 +Installers: +- Architecture: x86 + InstallerUrl: https://dist.nuget.org/win-x86-commandline/v4.8.2/nuget.exe + InstallerSha256: 40C81AA1BA84E87819D570C568AEF08678C7C1213654B66EFC06CE834EE7C1A5 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.locale.en-US.yaml new file mode 100644 index 0000000000000..88dec112dbd88 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.locale.en-US.yaml @@ -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: 4.8.2.5835 +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-4.8-rtm +# 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 diff --git a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.yaml new file mode 100644 index 0000000000000..2840fae7ee586 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.yaml @@ -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: 4.8.2.5835 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 From 30c462dbd81a056c78a5c629ac035c7982f7aa65 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Mon, 25 Jul 2022 09:40:51 -0500 Subject: [PATCH 2/2] Fix Version --- .../{4.8.2.5835 => 4.8.2}/Microsoft.NuGet.installer.yaml | 4 ++-- .../{4.8.2.5835 => 4.8.2}/Microsoft.NuGet.locale.en-US.yaml | 2 +- .../NuGet/{4.8.2.5835 => 4.8.2}/Microsoft.NuGet.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename manifests/m/Microsoft/NuGet/{4.8.2.5835 => 4.8.2}/Microsoft.NuGet.installer.yaml (91%) rename manifests/m/Microsoft/NuGet/{4.8.2.5835 => 4.8.2}/Microsoft.NuGet.locale.en-US.yaml (98%) rename manifests/m/Microsoft/NuGet/{4.8.2.5835 => 4.8.2}/Microsoft.NuGet.yaml (90%) diff --git a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.installer.yaml similarity index 91% rename from manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.installer.yaml rename to manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.installer.yaml index fcbd2ac0765d3..15fedb35d0440 100644 --- a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.installer.yaml +++ b/manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json PackageIdentifier: Microsoft.NuGet -PackageVersion: 4.8.2.5835 +PackageVersion: 4.8.2 MinimumOSVersion: 10.0.0.0 InstallerType: portable Commands: - nuget AppsAndFeaturesEntries: - DisplayName: NuGet CLI - DisplayVersion: 4.8.2 + DisplayVersion: 4.8.2.5835 Installers: - Architecture: x86 InstallerUrl: https://dist.nuget.org/win-x86-commandline/v4.8.2/nuget.exe diff --git a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.locale.en-US.yaml similarity index 98% rename from manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.locale.en-US.yaml rename to manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.locale.en-US.yaml index 88dec112dbd88..0bac8bce9816b 100644 --- a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.locale.en-US.yaml +++ b/manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json PackageIdentifier: Microsoft.NuGet -PackageVersion: 4.8.2.5835 +PackageVersion: 4.8.2 PackageLocale: en-US Publisher: Microsoft Corporation PublisherUrl: https://microsoft.com diff --git a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.yaml similarity index 90% rename from manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.yaml rename to manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.yaml index 2840fae7ee586..49dfa562268cb 100644 --- a/manifests/m/Microsoft/NuGet/4.8.2.5835/Microsoft.NuGet.yaml +++ b/manifests/m/Microsoft/NuGet/4.8.2/Microsoft.NuGet.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json PackageIdentifier: Microsoft.NuGet -PackageVersion: 4.8.2.5835 +PackageVersion: 4.8.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.2.0