update nuget checkver

This commit is contained in:
Rémy 2016-12-11 09:55:56 +01:00
parent e708a02bcb
commit f674be278f

View File

@ -7,6 +7,6 @@
"bin": "NuGet.exe", "bin": "NuGet.exe",
"checkver": { "checkver": {
"url": "https://dist.nuget.org/index.json", "url": "https://dist.nuget.org/index.json",
"re": "recommended latest\", \"version\": \"([\\d.]+)\"" "re": "latest\", \"version\": \"([\\d.]+)\""
} }
} }