nunit-console: Update to version 3.16.2

This commit is contained in:
github-actions[bot] 2023-01-12 08:35:45 +00:00
parent 48d0037963
commit a7ef5085b7

View File

@ -1,5 +1,5 @@
{
"version": "3.16.1",
"version": "3.16.2",
"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.16.1.nupkg",
"hash": "edfe7540edd0d955503354a10b90ba60cc10e1d067ccaa6f35649067d739d5bd",
"url": "https://packages.chocolatey.org/nunit-console-runner.3.16.2.nupkg",
"hash": "ddbc67fd518c57843500dd65ff0021318870ecd7e4a6dda46501d4cafe46f524",
"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",