Skip to content

Commit

Permalink
Merge pull request #193 from nunit/Prepare23
Browse files Browse the repository at this point in the history
Update to 2.3
  • Loading branch information
OsirisTerje authored Jun 8, 2020
2 parents 625a210 + 2501d30 commit 9175d3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nuget/NUnitVisualStudioTestAdapter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Note that this package ONLY contains the adapter, not the NUnit framework.</description>
<summary>The NUnit TestAdapter for Visual Studio 2012 and newer for NUnit 2</summary>
<releaseNotes>See release notes on project site</releaseNotes>
<copyright>Copyright (c) Charlie Poole 2011-2019, Terje Sandstrom 2014-2019</copyright>
<copyright>Copyright (c) Charlie Poole 2011-2020, Terje Sandstrom 2014-2020</copyright>
<language>en-US</language>
<tags>test visualstudio testadapter nunit</tags>
</metadata>
Expand Down
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).
2 changes: 1 addition & 1 deletion src/NUnitTestAdapterInstall/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="NUnitTestAdapterInstall..7c53286e-ac4f-485f-915c-5ec5a4c47b0c" Version="2.2.0.0" Language="en-US" Publisher="Charlie Poole" />
<Identity Id="NUnitTestAdapterInstall..7c53286e-ac4f-485f-915c-5ec5a4c47b0c" Version="2.3.0.0" Language="en-US" Publisher="Charlie Poole" />
<DisplayName>NUnit 2 Test Adapter</DisplayName>
<Description xml:space="preserve">NUnit 2 adapter for running tests in Visual Studio 2012 and newer. Works with NUnit 2.x, for 3.x tests use the NUnit 3 adapter.</Description>
<MoreInfo>https://github.com/nunit/docs/wiki/VS-Adapter</MoreInfo>
Expand Down

0 comments on commit 9175d3a

Please sign in to comment.