From 93eb39538d28e2fe7e8a56e7b91bd58b3eb5e134 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:32:33 +0000 Subject: [PATCH] nunit-console: Update to version 3.17.0 --- 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 c8733ecb0d..4aec5f9657 100644 --- a/bucket/nunit-console.json +++ b/bucket/nunit-console.json @@ -1,5 +1,5 @@ { - "version": "3.16.3", + "version": "3.17.0", "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.3.nupkg", - "hash": "108026fe4080c24c5f896c0191e870e453420f511caa4e8c579a72c0c9583761", + "url": "https://packages.chocolatey.org/nunit-console-runner.3.17.0.nupkg", + "hash": "d028fb9b4dcbe89adcb1763f2b2be033ede149c2b8224bd16108a4f7d201022c", "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",