From bf8e6db93b8e47a39147c36ee706fccffce24e8f Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 9 Dec 2018 14:20:41 +0200 Subject: [PATCH] Add NUnit version 3.9.0 (#2871) --- nunit.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 nunit.json diff --git a/nunit.json b/nunit.json new file mode 100644 index 0000000000..5bd2deb7c8 --- /dev/null +++ b/nunit.json @@ -0,0 +1,21 @@ +{ + "homepage": "https://nunit.org/", + "description": "NUnit Console runner for NUnit, the most popular and widely used unit testing framework for .NET", + "version": "3.9.0", + "license": "MIT", + "url": "https://github.com/nunit/nunit-console/releases/download/v3.9/NUnit.Console-3.9.0.zip", + "hash": "EE11B97BD075414EC196ED6EAE8E526AA78BB59251D9BDABE513D07E3B2B7BEA", + "bin": "nunit3-console.exe", + "suggest": { + "NuGet": [ + "nuget" + ] + }, + "checkver": { + "github": "https://github.com/nunit/nunit-console/", + "regex": "NUnit\\.Console-([\\d\\.]+)\\.zip" + }, + "autoupdate": { + "url": "https://github.com/nunit/nunit-console/releases/download/v$majorVersion.$minorVersion/NUnit.Console-$version.zip" + } +}