ScoopInstaller_Main/nuget.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

16 lines
550 B
JSON

{
"homepage": "https://www.nuget.org/",
"version": "4.6.2",
"license": "Apache-2.0",
"url": "https://dist.nuget.org/win-x86-commandline/v4.6.2/NuGet.exe",
"hash": "2c562c1a18d720d4885546083ec8eaad6773a6b80befb02564088cc1e55b304e",
"bin": "NuGet.exe",
"checkver": {
"url": "https://dist.nuget.org/index.json",
"jp": "$..versions[?(@.displayName == 'nuget.exe - recommended latest')].version"
},
"autoupdate": {
"url": "https://dist.nuget.org/win-x86-commandline/v$version/NuGet.exe"
}
}