ScoopInstaller_Main/nunit-console.json
2019-03-24 21:00:24 +00:00

20 lines
767 B
JSON

{
"homepage": "https://nunit.org/",
"description": "NUnit Console runner for NUnit, the most popular and widely used unit testing framework for .NET",
"version": "3.10.0",
"license": "MIT",
"url": "https://github.com/nunit/nunit-console/releases/download/v3.10/NUnit.Console-3.10.0.zip",
"hash": "64f4420a90a3ee12c60a13d7162ac52e32b84b704bfd54b9e9d6d4500313d0ac",
"bin": "nunit3-console.exe",
"suggest": {
"NuGet": "nuget"
},
"checkver": {
"github": "https://github.com/nunit/nunit-console/",
"regex": "NUnit\\.Console-([\\d\\.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/nunit/nunit-console/releases/download/v$majorVersion.$minorVersion/NUnit.Console-$version.zip"
}
}