Skip to content

Commit

Permalink
Release NUnit3TestAdapter-4.3.2 (#870)
Browse files Browse the repository at this point in the history
* Release adapter 4.3.2

* Release adapter 4.3.2
  • Loading branch information
OsirisTerje authored Dec 9, 2023
1 parent 75514f1 commit 9804901
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ post.
| 4.5.0 | 3.15.4 |
| 4.4.2 | 3.15.3-dev-build |
| 4.4.0 | 3.16.3 |
| 4.3.2 | 3.15.5 |
| 4.3.1 | 3.15.2 |
| 4.2.1 | 3.13.2 |
| 4.2 | 3.13 |
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/vs-test-adapter/Adapter-License.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## MIT License

Copyright (c) 2011-2021 Charlie Poole, 2014-2022 Terje Sandstrom
Copyright (c) 2011-2021 Charlie Poole, 2014-2023 Terje Sandstrom

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 9 additions & 0 deletions docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ The following issues are fixed in this release:
A beta release, Version 4.4.0-beta.1, was released on Feb 23, 2023. There is no changes between this and the previous
beta release, except for updates of packages for the test projects.

## NUnit3 Test Adapter for Visual Studio - Version 4.3.2 - Des 9, 2023

A hotfix release for issue [#1144](https://github.com/nunit/nunit3-vs-adapter/issues/1144).

The adapter could not work running under .net 8 due to the use of an older NUnit.Engine.
The engine has been updated to version 3.15.5

* [1144](https://github.com/nunit/nunit3-vs-adapter/issues/1144) Fixed by team.

## NUnit3 Test Adapter for Visual Studio - Version 4.3.1 - Nov 19, 2022

This is a hotfix release for three major and critical problems:
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/vs-test-adapter/Supported-Frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ The table below shows the supported adapter versions for a given framework versi
|Net 5|Works with 3.15.1 and upwards|May also work with earlier versions, but not tested|
|Net 6|Works with 4.1 and upwards|May also work with earlier versions, but not tested|
|Net 7|Works with 4.3 and upwards||
|Net 8+|Works with 4.4 and upwards||
|Net 8+|Works with 4.3.2 and upwards||

The adapter is shipped with two different versions of the test framework. The first is the full framework version, which
is used for .NET Framework based test projects. The second is the .NET (Core) version, which is used for .NET Core
1.0, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0 and upwards. The different versions of the adapter supports different
versions of the test framework. The table above shows the supported versions.

Version 4.4 of the adapter will support future versions of .net, as long as there are no breaking changes. (Earlier
Version 4.3.2 of the adapter will support future versions of .net, as long as there are no breaking changes. (Earlier
versions have been blocking that based on the table above).

The included versions are as shown below, only the versions where changes are done are listed.
Expand Down

0 comments on commit 9804901

Please sign in to comment.