From e30532790a9c295c806df88ac10beafc47b8e4b2 Mon Sep 17 00:00:00 2001 From: Benjamin Cartier Date: Thu, 12 Mar 2020 15:37:10 -0400 Subject: [PATCH 1/5] Fixed Nuget.Downloader metadata --- src/NuGet.Downloader/NuGet.Downloader.csproj | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/NuGet.Downloader/NuGet.Downloader.csproj b/src/NuGet.Downloader/NuGet.Downloader.csproj index 6fe46f3..7b5ea95 100644 --- a/src/NuGet.Downloader/NuGet.Downloader.csproj +++ b/src/NuGet.Downloader/NuGet.Downloader.csproj @@ -4,6 +4,17 @@ netstandard20;net472 + + + nventive.NuGet.Downloader + nventive + nventive + Nuget Dowloader allows to download the NuGet packages found in a solution + Apache-2.0 + icon.png + https://github.com/nventive/NuGet.Updater + + From 701feaca9dabefb285ddc031b0f6b513225c3047 Mon Sep 17 00:00:00 2001 From: Benjamin Cartier Date: Thu, 12 Mar 2020 15:37:59 -0400 Subject: [PATCH 2/5] Fixed metadata for Nuget.Downloader.Tool --- .../NuGet.Downloader.Tool.csproj | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj b/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj index 8ff589f..7f092e1 100644 --- a/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj +++ b/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj @@ -5,6 +5,17 @@ netcoreapp2.2 + + + nventive.NuGet.Downloader.Tool + nventive + nventive + Nuget Dowloader allows to download the NuGet packages found in a solution + Apache-2.0 + icon.png + https://github.com/nventive/NuGet.Updater + + From 29655f4dc5b3cde55ae0731269092151581e0482 Mon Sep 17 00:00:00 2001 From: Benjamin Cartier Date: Thu, 12 Mar 2020 16:10:25 -0400 Subject: [PATCH 3/5] Bumped GitVersion to 5 --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 67d9ad7..18c2bb0 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -13,7 +13,7 @@ variables: value: true steps: -- task: GitVersion@4 +- task: GitVersion@5 - task: NuGetToolInstaller@1 inputs: From 95efc7e7a98c8c6efe0a475e3d28c6d520b373ac Mon Sep 17 00:00:00 2001 From: Benjamin Cartier Date: Thu, 12 Mar 2020 16:16:24 -0400 Subject: [PATCH 4/5] Added icon to nuget.downloader --- src/NuGet.Downloader/NuGet.Downloader.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/NuGet.Downloader/NuGet.Downloader.csproj b/src/NuGet.Downloader/NuGet.Downloader.csproj index 7b5ea95..50e2f1c 100644 --- a/src/NuGet.Downloader/NuGet.Downloader.csproj +++ b/src/NuGet.Downloader/NuGet.Downloader.csproj @@ -15,6 +15,13 @@ https://github.com/nventive/NuGet.Updater + + + True + + + + From 7240747d4773c46b4ec53a7d76856fe704d7aea8 Mon Sep 17 00:00:00 2001 From: Benjamin Cartier Date: Thu, 12 Mar 2020 16:17:06 -0400 Subject: [PATCH 5/5] Added icon to Nuget.Downloader.tool --- src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj b/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj index 7f092e1..a35f2c5 100644 --- a/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj +++ b/src/NuGet.Downloader.Tool/NuGet.Downloader.Tool.csproj @@ -15,6 +15,13 @@ icon.png https://github.com/nventive/NuGet.Updater + + + + True + + +