nunit-console: Update to version 3.18.1

This commit is contained in:
github-actions[bot] 2024-07-18 12:31:25 +00:00
parent 9a321ebcef
commit 232d91719e

View File

@ -1,5 +1,5 @@
{ {
"version": "3.18.0", "version": "3.18.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.18.0.nupkg", "url": "https://packages.chocolatey.org/nunit-console-runner.3.18.1.nupkg",
"hash": "aba1f4b4ed69454d010a16aef1bfaf72f01ca7906934b94b5bb6e2bf50901e76", "hash": "f5e1482083929e2a3622579a1709fb1b7c32c7df46104588ed2895de3c06ffdc",
"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",