ScoopInstaller_Main/bucket/nunit-console.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

33 lines
1.3 KiB
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://packages.chocolatey.org/nunit-console-runner.3.10.0.nupkg",
"hash": "ffe44c9c1c118c570bc1758293a3a88ac02df1d78b7fbda78aabf200659cda15",
"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",
"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"
]
},
"checkver": {
"url": "https://chocolatey.org/packages/nunit-console-runner",
"regex": "Chocolatey.*?([\\d.]+)\\r"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-console-runner.$version.nupkg",
"hash": {
"url": "https://chocolatey.org/packages/nunit-console-runner",
"regex": "$sha256.*?$basename"
}
}
}