From 0347d6963bb48b67abf49ae2a6d739b407965af6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 00:35:15 +0000 Subject: [PATCH] nunit-console: Update to version 3.15.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 75449a43b1..f19078f4f5 100644 --- a/bucket/nunit-console.json +++ b/bucket/nunit-console.json @@ -1,5 +1,5 @@ { - "version": "3.15.0", + "version": "3.15.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.15.0.nupkg", - "hash": "863f21a80f01dd99d28f86528c9e2db94aad1a46d91376961338d5fe4873a7e9", + "url": "https://packages.chocolatey.org/nunit-console-runner.3.15.2.nupkg", + "hash": "4b11f9150a922fc9c8e24cca51836f8decc47f1db8c6c2d356194a93fe0f1424", "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",