nunit-console: Update to version 3.13.0

This commit is contained in:
Richard Kuhnt 2021-12-02 05:00:29 +00:00
parent 285489a5df
commit 14adab2222

View File

@ -1,5 +1,5 @@
{
"version": "3.12.0",
"version": "3.13.0",
"description": "NUnit Console runner for NUnit, the most popular and widely used unit testing framework for .NET",
"homepage": "https://nunit.org/",
"license": "MIT",
@ -13,8 +13,8 @@
"nunit-extension-vs-project-loader"
]
},
"url": "https://packages.chocolatey.org/nunit-console-runner.3.12.0.nupkg",
"hash": "ebb229836fb6e3d85fa8acdee454710fa2d94d9c8ccffb9e8a7e9ddf187fdd5b",
"url": "https://packages.chocolatey.org/nunit-console-runner.3.13.0.nupkg",
"hash": "b8b70fac26e6484a114a475cbddd185400e7f1d64de33414723e2918aa0218fa",
"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",