ScoopInstaller_Main/bucket/nunit-console.json
2024-07-18 12:31:25 +00:00

33 lines
1.3 KiB
JSON

{
"version": "3.18.1",
"description": "NUnit Console runner for NUnit, the most popular and widely used unit testing framework for .NET",
"homepage": "https://nunit.org/",
"license": "MIT",
"suggest": {
"NuGet": "nuget",
"NUnit Extension": [
"nunit-extension-nunit-project-loader",
"nunit-extension-nunit-v2-driver",
"nunit-extension-nunit-v2-result-writer",
"nunit-extension-teamcity-event-listener",
"nunit-extension-vs-project-loader"
]
},
"url": "https://packages.chocolatey.org/nunit-console-runner.3.18.1.nupkg",
"hash": "f5e1482083929e2a3622579a1709fb1b7c32c7df46104588ed2895de3c06ffdc",
"extract_dir": "tools",
"post_install": "New-Item -Path \"$dir\\nunit.scoop.addins\" -ItemType File -Value '../../nunit-extension-*/current/ # find extensions installed under scoop' | Out-Null",
"bin": "nunit3-console.exe",
"checkver": {
"url": "https://chocolatey.org/packages/nunit-console-runner",
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-console-runner.$version.nupkg",
"hash": {
"url": "https://chocolatey.org/packages/nunit-console-runner",
"regex": "$sha256.*?$basename"
}
}
}