From a92a01b6037455003de4b5cbdd868087ca7cac96 Mon Sep 17 00:00:00 2001 From: Jeff Sharp Date: Sat, 29 Oct 2022 11:36:02 -0700 Subject: [PATCH] Downgrade NUnit3TestAdapter from 4.3.0 back to 4.2.1. Reverted due to https://github.com/nunit/nunit-console/issues/1178 --- CHANGES.md | 3 ++- Subatomix.Testing/Subatomix.Testing.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3c4896b..7aa5165 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ Most lines should begin with one of these words: ## [2.3.0](https://github.com/sharpjs/Subatomix.Testing/compare/release/2.2.0..release/2.3.0) @@ -13,7 +15,6 @@ Most lines should begin with one of these words: - Update FluentAssertions to [6.8.0](https://github.com/fluentassertions/fluentassertions/releases/tag/6.8.0) - Update Microsoft.NET.Test.Sdk to [17.3.2](https://github.com/microsoft/vstest-docs/blob/main/docs/releases.md#1732) - Update Moq to [4.18.2](https://github.com/moq/moq4/blob/v4.18.2/CHANGELOG.md) -- Update NUnit3TestAdapter to [4.3.0](https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html#nunit3-test-adapter-for-visual-studio---version-430---oct-29-2022) ## [2.2.0](https://github.com/sharpjs/Subatomix.Testing/compare/release/2.1.0..release/2.2.0) - Add implicit `using` statements for testing-related namespaces: diff --git a/Subatomix.Testing/Subatomix.Testing.csproj b/Subatomix.Testing/Subatomix.Testing.csproj index 6673b62..7604647 100644 --- a/Subatomix.Testing/Subatomix.Testing.csproj +++ b/Subatomix.Testing/Subatomix.Testing.csproj @@ -30,7 +30,7 @@ - +