From c1b5f527ca541ff77bd6422d24e4929eecbcb86b Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 27 Oct 2018 10:18:43 +0200 Subject: [PATCH] Fixed jnm2 comment on nuspec description --- nuget/NUnit3TestAdapter.nuspec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nuget/NUnit3TestAdapter.nuspec b/nuget/NUnit3TestAdapter.nuspec index 6bbecd64..6cd5d6eb 100644 --- a/nuget/NUnit3TestAdapter.nuspec +++ b/nuget/NUnit3TestAdapter.nuspec @@ -11,11 +11,13 @@ https://cdn.rawgit.com/nunit/resources/master/images/icon/nunit_256.png false NUnit 3 adapter for running tests in Visual Studio. Works with NUnit 3.x, use the NUnit 2 adapter for 2.x tests. - A package including the NUnit 3 TestAdapter for Visual Studio 2012 onwards. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server. + + A package including the NUnit 3 TestAdapter for Visual Studio 2012 onwards. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server. -Note that this package ONLY contains the adapter, not the NUnit framework. You must also get the framework. For VS 2017 and forward you should add this package to every test project in your solution, earlier version only require a single adapter package. + Note that this package ONLY contains the adapter, not the NUnit framework. You must also get the framework. + For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.) -The package works with Visual Studio 2012 and newer. + The package works with Visual Studio 2012 and newer. This release works with NUnit 3.0 and higher only. Also see https://github.com/nunit/docs/wiki/Adapter-Release-Notes Copyright (c) 2011-2018 Charlie Poole, 2014-2018 Terje Sandstrom en-US