mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
20 lines
767 B
JSON
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"
|
|
}
|
|
}
|