From f29082176a9eb543e887e175f86c896d0b4df7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20Sandstr=C3=B8m?= Date: Mon, 8 Jun 2020 13:25:38 +0200 Subject: [PATCH 1/2] Update to 2.3 --- nuget/NUnitVisualStudioTestAdapter.nuspec | 2 +- src/NUnitTestAdapterInstall/source.extension.vsixmanifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuget/NUnitVisualStudioTestAdapter.nuspec b/nuget/NUnitVisualStudioTestAdapter.nuspec index 0f4fd3b..e852088 100644 --- a/nuget/NUnitVisualStudioTestAdapter.nuspec +++ b/nuget/NUnitVisualStudioTestAdapter.nuspec @@ -15,7 +15,7 @@ Note that this package ONLY contains the adapter, not the NUnit framework. The NUnit TestAdapter for Visual Studio 2012 and newer for NUnit 2 See release notes on project site - Copyright (c) Charlie Poole 2011-2019, Terje Sandstrom 2014-2019 + Copyright (c) Charlie Poole 2011-2020, Terje Sandstrom 2014-2020 en-US test visualstudio testadapter nunit diff --git a/src/NUnitTestAdapterInstall/source.extension.vsixmanifest b/src/NUnitTestAdapterInstall/source.extension.vsixmanifest index 706bcaa..a0f2ed2 100644 --- a/src/NUnitTestAdapterInstall/source.extension.vsixmanifest +++ b/src/NUnitTestAdapterInstall/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + NUnit 2 Test Adapter 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. https://github.com/nunit/docs/wiki/VS-Adapter From 2501d30608b46f840ffa36195896a199283ca89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20Sandstr=C3=B8m?= Date: Mon, 8 Jun 2020 13:37:23 +0200 Subject: [PATCH 2/2] Update to 2.3 --- readme.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fbb8896..70764e4 100644 --- a/readme.md +++ b/readme.md @@ -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) @@ -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). \ No newline at end of file