From b9249a31f2306b138c1fed710a73586db6d34cad Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sun, 26 Nov 2023 19:42:31 +0100 Subject: [PATCH] Update version number and header for release notes framework --- docs/articles/nunit/release-notes/breaking-changes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/articles/nunit/release-notes/breaking-changes.md b/docs/articles/nunit/release-notes/breaking-changes.md index e620436e7..cc71fa487 100644 --- a/docs/articles/nunit/release-notes/breaking-changes.md +++ b/docs/articles/nunit/release-notes/breaking-changes.md @@ -15,6 +15,9 @@ uid: breakingchanges * [FileAssert](../writing-tests/assertions/classic-assertions/File-Assert.md) * Assert.That overloads with _format_ specification and `params` have been removed in favor of an overload using `FormattableString`. +* The lowest framework version supported is now version 4.6.2 and .Net 6.0. + +See full list of [deprecated issues](https://docs.nunit.org/articles/nunit/release-notes/framework.html#deprecated-features) and [breaking changes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#the-following-issues-are-marked-as-breaking-changes) in the framework. ## NUnit 3.10