Skip to content

Commit

Permalink
updating missing releases in console and engine release notes (#912)
Browse files Browse the repository at this point in the history
* updating missing releases in console and engine release notes

* updating missing releases in console and engine release notes
  • Loading branch information
OsirisTerje authored Feb 25, 2024
1 parent 50febfa commit f50213c
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/articles/nunit-engine/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,54 @@
uid: consoleenginereleasenotes
---

<!-- markdownlint-disable-file MD013 -->

# 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.
Expand Down

0 comments on commit f50213c

Please sign in to comment.