nunit-console: Update to version 3.13.1

This commit is contained in:
github-actions[bot] 2022-01-04 12:29:56 +00:00
parent 6752d8fb92
commit b4be2e8071

View File

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