From 5fa5552551ff2ae092a9b564e876f91d8c5ef3bc Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Sun, 15 Nov 2015 19:57:24 -0800 Subject: [PATCH] Add engine nuget package --- NUnit.proj | 11 +++++++++++ nuget/nunit.engine.nuspec | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 nuget/nunit.engine.nuspec diff --git a/NUnit.proj b/NUnit.proj index c2c0630375..0460ebe9ee 100644 --- a/NUnit.proj +++ b/NUnit.proj @@ -467,6 +467,17 @@ + + + + + + + + + + + + NUnit.Engine + NUnit Test Engine + $version$ + Charlie Poole + Charlie Poole + http://nunit.org/nuget/nunit3-license.txt + http://nunit.org + http://nunit.org/nuget/nunitv3_32x32.png + false + The NUnit Test Engine is used by runners to discover and execute tests. + This package includes nunit.engine and related assemblies, for use by runner programs. It is not intended for direct use by users who simply want to run tests. + + en-US + nunit test testing tdd engine + Copyright (c) 2015 Charlie Poole + + + + + + + + + + + + + + \ No newline at end of file