NUnitTestAdapter 2.0.0

dotnet add package NUnitTestAdapter --version 2.0.0
NuGet\Install-Package NUnitTestAdapter -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NUnitTestAdapter" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnitTestAdapter --version 2.0.0
#r "nuget: NUnitTestAdapter, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NUnitTestAdapter as a Cake Addin
#addin nuget:?package=NUnitTestAdapter&version=2.0.0

// Install NUnitTestAdapter as a Cake Tool
#tool nuget:?package=NUnitTestAdapter&version=2.0.0

A package including the NUnit TestAdapter for Visual Studio 2012/13/15.  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, or use the NUnitTestAdapter.WithFramework nuget package.
You only need one such package for a solution.
The package works with Visual Studio 2012 from RTM, and all Updates, and with Visual Studio 2013 RTM and all updates, and Visual Studio 2015 tested up to CTP6

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (48)

Showing the top 5 popular GitHub repositories that depend on NUnitTestAdapter:

Repository Stars
github-for-unity/Unity
GitHub for Unity
TheBerkin/rant3
(Obsolete) Archive of Rant 3.x.
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
xamarin/monodroid-samples
A collection of Xamarin.Android sample projects.
Version Downloads Last updated
2.0.0 182,325 4/2/2015
2.0.0-beta 602 3/24/2015
1.2.0 315,597 9/21/2014
1.1.0 62,916 7/4/2014
1.0.0 95,643 10/7/2013
0.97.0 4,928 9/12/2013
0.96.0 5,208 6/29/2013
0.95.2 1,023 6/7/2013
0.95.1 367 5/29/2013
0.95.0 260 5/25/2013

Updated to NUnit 2.6.4,  Support for VS 2015, Misc bug fixes