From 424642aabe14192042c4442f8f900b56e2c60d78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 04:29:14 +0000 Subject: [PATCH] nunit-console: Update to version 3.13.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 96a621cb56..b4e4ba0d8e 100644 --- a/bucket/nunit-console.json +++ b/bucket/nunit-console.json @@ -1,5 +1,5 @@ { - "version": "3.13.1", + "version": "3.13.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.13.1.nupkg", - "hash": "6339217d4a93d52f2b5a0bc77dd8292d50a105e54a5aa13c70a2d123dc3ef6e4", + "url": "https://packages.chocolatey.org/nunit-console-runner.3.13.2.nupkg", + "hash": "a72378ebb7a937badcd531cdcb6ac66515222afd1c6546a75fbd7243785d0c06", "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",