Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating missing releases in console and engine release notes #912

Merged
merged 2 commits into from
Feb 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading