From f9a09d9a78edc9a791998f0c41c5f47f8b2d6162 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:34:33 +0000 Subject: [PATCH] nunit-console: Update to version 3.18.2 --- bucket/nunit-console.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nunit-console.json b/bucket/nunit-console.json index 8a11ad4ab1..edb77b8bdb 100644 --- a/bucket/nunit-console.json +++ b/bucket/nunit-console.json @@ -1,5 +1,5 @@ { - "version": "3.18.1", + "version": "3.18.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.18.1.nupkg", - "hash": "f5e1482083929e2a3622579a1709fb1b7c32c7df46104588ed2895de3c06ffdc", + "url": "https://packages.chocolatey.org/nunit-console-runner.3.18.2.nupkg", + "hash": "823a9d92116b5df74d900fac6ddb99cd0a3635b02fbc345c28a366c93acfdf1e", "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",