Skip to content

Commit

Permalink
Downgrade NUnit3TestAdapter from 4.3.0 back to 4.2.1.
Browse files Browse the repository at this point in the history
Reverted due to nunit/nunit-console#1178
  • Loading branch information
sharpjs committed Oct 29, 2022
1 parent 2f79e05 commit a92a01b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ Most lines should begin with one of these words:

<!--
## [Unreleased](https://github.com/sharpjs/Subatomix.Testing/compare/release/2.3.0..HEAD)
- 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).
<br/>Reverted due to https://github.com/nunit/nunit-console/issues/1178
-->

## [2.3.0](https://github.com/sharpjs/Subatomix.Testing/compare/release/2.2.0..release/2.3.0)
- Update Coverlet to [3.2.0](https://github.com/coverlet-coverage/coverlet/releases/tag/v5.8.0)
- 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:
Expand Down
2 changes: 1 addition & 1 deletion Subatomix.Testing/Subatomix.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="[17.3.2, 18.0.0)" PrivateAssets="none" />
<PackageReference Include="Moq" Version="[ 4.18.2, 5.0.0)" PrivateAssets="none" />
<PackageReference Include="NUnit" Version="[ 3.13.3, 4.0.0)" PrivateAssets="none" />
<PackageReference Include="NUnit3TestAdapter" Version="[ 4.3.0, 5.0.0)" PrivateAssets="none" />
<PackageReference Include="NUnit3TestAdapter" Version="[ 4.2.1, 5.0.0)" PrivateAssets="none" />
</ItemGroup>

<!--
Expand Down

0 comments on commit a92a01b

Please sign in to comment.