From 22e200e83d7f13181d649a8fdc045e2aa274f22f Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sun, 25 Feb 2024 21:47:50 +0100 Subject: [PATCH 1/2] updating missing releases in console and engine release notes --- docs/articles/nunit-engine/release-notes.md | 46 +++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/docs/articles/nunit-engine/release-notes.md b/docs/articles/nunit-engine/release-notes.md index 78103fb2c..8dcb136bf 100644 --- a/docs/articles/nunit-engine/release-notes.md +++ b/docs/articles/nunit-engine/release-notes.md @@ -2,8 +2,54 @@ uid: consoleenginereleasenotes --- + + # Console and Engine Release Notes +## NUnit Console & Engine 3.17.0 - January 4, 2024 + +This release adds support for .net 8 by adding a missing agent. + +### Enhancement + +* [#1374](https://github.com/nunit/nunit-console/issues/1374) Add .NET 8 build for nunit-agent + +Note that the release is based on the 3.15.5 version. + +## NUnit Console and Engine 3.15.5 - September 26, 2023 + +### Enhancement + +* [#1362](https://github.com/nunit/nunit-console/issues/1362) Updating Testcentric.Metadata + +## NUnit Console and Engine 3.15.4 - May 27, 2023 + +A version of the 3.15 series supporting NUnit 4. +This is also required for having an engine for a corresponding adapter release. + +### Enhancement + +* [#1339](https://github.com/nunit/nunit-console/issues/1339) Support NUnit 4 + +## NUnit Console & Engine 3.16.3 - February 21, 2023 + +### Bugs + +* [#1307](https://github.com/nunit/nunit-console/issues/1307) NUnit3TestAdapter integration: Exception when using NUnit.Engine 3.16.2 +* [#1317](https://github.com/nunit/nunit-console/pull/1317) Fix assembly dependencies resolver for .NET Core +* [#1320](https://github.com/nunit/nunit-console/pull/1320) Add support for .Net 8.0 + +## NUnit Console & Engine 3.16.2 - January 11, 2023 + +### Bug + +* [#1300](https://github.com/nunit/nunit-console/issues/1300) Error when running x86 test test under .NET Core + +### Build + +* [#1294](https://github.com/nunit/nunit-console/issues/1294) Use pre-installed .NET 7.0 on AppVeyor +* [#1296](https://github.com/nunit/nunit-console/issues/1296) Use NUNIT_ prefix for API_KEY environment variables + ## NUnit Console & Engine 3.16.1 - January 4, 2023 This release fixes several critical or high-priority bugs in the 3.16.0 release. From a95d45b5228ca9deb4f91ef127e3906ae58d50d1 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sun, 25 Feb 2024 22:09:11 +0100 Subject: [PATCH 2/2] updating missing releases in console and engine release notes --- docs/articles/nunit-engine/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit-engine/release-notes.md b/docs/articles/nunit-engine/release-notes.md index 8dcb136bf..0bbc806e9 100644 --- a/docs/articles/nunit-engine/release-notes.md +++ b/docs/articles/nunit-engine/release-notes.md @@ -48,7 +48,7 @@ This is also required for having an engine for a corresponding adapter release. ### Build * [#1294](https://github.com/nunit/nunit-console/issues/1294) Use pre-installed .NET 7.0 on AppVeyor -* [#1296](https://github.com/nunit/nunit-console/issues/1296) Use NUNIT_ prefix for API_KEY environment variables +* [#1296](https://github.com/nunit/nunit-console/issues/1296) Use NUNIT prefix for API_KEY environment variables ## NUnit Console & Engine 3.16.1 - January 4, 2023