From bb8b6e4fcc5f744431602047d332dd2c010859b4 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Tue, 12 Jul 2022 18:07:34 -0500 Subject: [PATCH 1/2] New Package: Microsoft.NuGet --- .../5.7.2.8/Microsoft.NuGet.installer.yaml | 18 ++++++++++ .../5.7.2.8/Microsoft.NuGet.locale.en-US.yaml | 33 +++++++++++++++++++ .../NuGet/5.7.2.8/Microsoft.NuGet.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.installer.yaml create mode 100644 manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.yaml diff --git a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.installer.yaml new file mode 100644 index 00000000000000..a3a33c5fd9eb6a --- /dev/null +++ b/manifests/m/Microsoft/NuGet/5.7.2.8/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: 5.7.2.8 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- nuget +AppsAndFeaturesEntries: +- DisplayName: NuGet CLI + DisplayVersion: 5.7.2 +Installers: +- Architecture: x86 + InstallerUrl: https://dist.nuget.org/win-x86-commandline/v5.7.2/nuget.exe + InstallerSha256: 51DF53BBD129BB532DEEA16836E3499A2FC371B227476EA7F9801ED7A274B2A9 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.locale.en-US.yaml new file mode 100644 index 00000000000000..ff831d5ab0c73a --- /dev/null +++ b/manifests/m/Microsoft/NuGet/5.7.2.8/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: 5.7.2.8 +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.7 +# 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/5.7.2.8/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.yaml new file mode 100644 index 00000000000000..7674b0eeb7ccf1 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/5.7.2.8/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: 5.7.2.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 From 11986dc17c4220dd6c92b09f95b1238a22bd8d78 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Mon, 25 Jul 2022 09:48:51 -0500 Subject: [PATCH 2/2] Fix Version --- .../NuGet/{5.7.2.8 => 5.7.2}/Microsoft.NuGet.installer.yaml | 4 ++-- .../{5.7.2.8 => 5.7.2}/Microsoft.NuGet.locale.en-US.yaml | 2 +- .../m/Microsoft/NuGet/{5.7.2.8 => 5.7.2}/Microsoft.NuGet.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename manifests/m/Microsoft/NuGet/{5.7.2.8 => 5.7.2}/Microsoft.NuGet.installer.yaml (91%) rename manifests/m/Microsoft/NuGet/{5.7.2.8 => 5.7.2}/Microsoft.NuGet.locale.en-US.yaml (98%) rename manifests/m/Microsoft/NuGet/{5.7.2.8 => 5.7.2}/Microsoft.NuGet.yaml (91%) diff --git a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/5.7.2/Microsoft.NuGet.installer.yaml similarity index 91% rename from manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.installer.yaml rename to manifests/m/Microsoft/NuGet/5.7.2/Microsoft.NuGet.installer.yaml index a3a33c5fd9eb6a..62b55791f73d82 100644 --- a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.installer.yaml +++ b/manifests/m/Microsoft/NuGet/5.7.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: 5.7.2.8 +PackageVersion: 5.7.2 MinimumOSVersion: 10.0.0.0 InstallerType: portable Commands: - nuget AppsAndFeaturesEntries: - DisplayName: NuGet CLI - DisplayVersion: 5.7.2 + DisplayVersion: 5.7.2.8 Installers: - Architecture: x86 InstallerUrl: https://dist.nuget.org/win-x86-commandline/v5.7.2/nuget.exe diff --git a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/5.7.2/Microsoft.NuGet.locale.en-US.yaml similarity index 98% rename from manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.locale.en-US.yaml rename to manifests/m/Microsoft/NuGet/5.7.2/Microsoft.NuGet.locale.en-US.yaml index ff831d5ab0c73a..fed5b87f24f3f8 100644 --- a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.locale.en-US.yaml +++ b/manifests/m/Microsoft/NuGet/5.7.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: 5.7.2.8 +PackageVersion: 5.7.2 PackageLocale: en-US Publisher: Microsoft Corporation PublisherUrl: https://microsoft.com diff --git a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/5.7.2/Microsoft.NuGet.yaml similarity index 91% rename from manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.yaml rename to manifests/m/Microsoft/NuGet/5.7.2/Microsoft.NuGet.yaml index 7674b0eeb7ccf1..fb29405e54ec71 100644 --- a/manifests/m/Microsoft/NuGet/5.7.2.8/Microsoft.NuGet.yaml +++ b/manifests/m/Microsoft/NuGet/5.7.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: 5.7.2.8 +PackageVersion: 5.7.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.2.0