Skip to content

Commit

Permalink
Update to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Jun 8, 2020
1 parent f290821 commit 2501d30
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ The NUnit Test Adapter only runs NUnit 2.X tests in Visual Studio 2012 and newer

Note that it does not run NUnit 3.X tests. For that, you need the [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter)

Please consider moving your code to use NUnit3. This adapter is only maintained to support newer versions of Visual Studio, and is very rarely updated. We might fix an occasional bug if it is critical.
**Please consider moving your code to use NUnit3**. This adapter is only maintained to support newer versions of Visual Studio, and is very rarely updated. We might fix an occasional bug if it is critical.

You can download the latest release version ![](https://img.shields.io/github/release-date/nunit/nunit-vs-adapter.svg?style=flat)

from [![NuGet Version](https://img.shields.io/nuget/v/NUnitTestAdapter.svg)](https://www.nuget.org/packages/NUnitTestAdapter) ![](https://img.shields.io/nuget/dt/NUnitTestAdapter.svg?style=flat)



Expand All @@ -17,4 +20,10 @@ or raise an issue [![](https://img.shields.io/github/issues/nunit/NUnit-vs-Adapt
## License


The NUnit 3 Test Adapter is Open Source software released under the [![](https://img.shields.io/github/license/nunit/nunit3-vs-adapter.svg?style=flat)](https://nunit.org/nuget/nunit3-license.txt).
The NUnit Test Adapter is Open Source software released under the [![](https://img.shields.io/github/license/nunit/nunit3-vs-adapter.svg?style=flat)](https://nunit.org/nuget/nunit3-license.txt).

## Documentation

The [NUnitTestAdapter wiki](https://github.com/nunit/docs/wiki/Visual-Studio-Test-Adapter) is the best place to start.

Also check the [release notes](https://github.com/nunit/docs/wiki/AdapterV2-Release-Notes).

0 comments on commit 2501d30

Please sign in to comment.