nunit-console: Update to version 3.19.2

This commit is contained in:
github-actions[bot] 2025-02-01 08:28:37 +00:00
parent e4248332df
commit a597d162a2

View File

@ -1,5 +1,5 @@
{ {
"version": "3.19.1", "version": "3.19.2",
"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.19.1.nupkg", "url": "https://packages.chocolatey.org/nunit-console-runner.3.19.2.nupkg",
"hash": "47e1b885cd682b9d88f4300aa9d964aa92cf2302ff8c557996b2ab7b82844f02", "hash": "d20f1d22aa0745cc2d532bccecd6d690821b5514807c5a08b2e64c8962b6cd97",
"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",