From e7d4969f918fc85fff619e2da721cee452b73dc5 Mon Sep 17 00:00:00 2001 From: monotykamary Date: Mon, 9 May 2016 05:55:06 +0700 Subject: [PATCH] Update NuGet to 3.4.3 SHA-256 taken from 7zip. There exists a ["latest"](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe) download location for NuGet, but corresponding version link is used. --- nuget.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuget.json b/nuget.json index 0a7f9f47b0..767f75730b 100644 --- a/nuget.json +++ b/nuget.json @@ -1,8 +1,8 @@ { "homepage": "https://github.com/nuget", - "version": "3.3.0", + "version": "3.4.3", "license": "Apache 2.0", - "url": "https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe", - "hash": "af8ee5c2299a7d71f4bfefe046701af551c348b8c9f6c10302598262f16d42aa", + "url": "https://dist.nuget.org/win-x86-commandline/v3.4.3/nuget.exe", + "hash": "3b1ea72943968d7af6bacdb4f2f3a048a25afd14564ef1d8b1c041fdb09ebb0a", "bin": "nuget.exe" }