From df80c2a27f241096a745a02fe782bf0e4fd064b3 Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Thu, 18 Dec 2014 11:56:57 -0500 Subject: [PATCH] Update nuget.json I know the nuget.exe is can update itself, but the exe that's included in the nuget.org site is actually not up to date, so when you install the nuget package you have an old version. This at least seems like a better way of keeping track of nuget versions. --- nuget.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/nuget.json b/nuget.json index 6b8a398c24..2b70eee05e 100644 --- a/nuget.json +++ b/nuget.json @@ -1,16 +1,9 @@ { "homepage": "http://nuget.codeplex.com/", - "version": "2.0", + "version": "2.8.3", "license": "Apache 2.0", - "url": "http://nuget.org/nuget.exe", - "bin": "nuget.exe", - "notes": "From the release notes: - -> This is a bootstrapper that will download the latest version of nuget.exe -> available and perform an in-place update the first time it's run. - -> Note that once you get nuget.exe, you can easily keep it up to date by -> running 'nuget update', which will perform another in-place update if a newer -> version is available. -" -} \ No newline at end of file + "url": "http://nuget.org/api/v2/package/NuGet.CommandLine/2.8.3?fn=/dl.zip", + "hash": "cbb474f62f55b292b81a1506ec964d9d547b1723c682fe4c9f38d1ab9c72b27f", + "extract_dir": "tools", + "bin": "nuget.exe" +}