nunit-console: Update to version 3.20.1

This commit is contained in:
github-actions[bot] 2025-05-27 16:29:55 +00:00
parent 76f2e0bec4
commit 59b2d93f3e

View File

@ -1,5 +1,5 @@
{
"version": "3.20.0",
"version": "3.20.1",
"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.20.0.nupkg",
"hash": "9b206840bbfd658cf35eb7bf27d07e3414efe6a3d4b3888ed9db1bd9f6011586",
"url": "https://packages.chocolatey.org/nunit-console-runner.3.20.1.nupkg",
"hash": "3020911c61245511bc0ca3a274d9ba2c7d460f5451fa51cd030311e5fd540a15",
"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",