From 827aebfc2c1e3fe84514b5ea29fb73e4b5abe4b2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 17 Feb 2020 14:01:51 +0000 Subject: [PATCH] nunit-console: Update to version 3.11.1 --- 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 470d186ad8..a218d2cfc2 100644 --- a/bucket/nunit-console.json +++ b/bucket/nunit-console.json @@ -1,10 +1,10 @@ { "homepage": "https://nunit.org/", "description": "NUnit Console runner for NUnit, the most popular and widely used unit testing framework for .NET", - "version": "3.10.0", + "version": "3.11.1", "license": "MIT", - "url": "https://packages.chocolatey.org/nunit-console-runner.3.10.0.nupkg", - "hash": "ffe44c9c1c118c570bc1758293a3a88ac02df1d78b7fbda78aabf200659cda15", + "url": "https://packages.chocolatey.org/nunit-console-runner.3.11.1.nupkg", + "hash": "e41deca6214fb20de555c8837fe41bff7cdbecb4334b9d76539b6080b3c3ecdc", "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",