From 0b1849990f6ede23bf959316b921573e2a2a3e5f Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sun, 3 Dec 2023 23:30:19 +0100 Subject: [PATCH] Update docs/articles/nunit/getting-started/upgrading.md Co-authored-by: Sean Killeen --- docs/articles/nunit/getting-started/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/getting-started/upgrading.md b/docs/articles/nunit/getting-started/upgrading.md index 37bb33ba7..6f87f35e3 100644 --- a/docs/articles/nunit/getting-started/upgrading.md +++ b/docs/articles/nunit/getting-started/upgrading.md @@ -4,7 +4,7 @@ ## Upgrading from NUnit 3.X to NUnit 4.X -See the [Migration Guide](xref:migrationguidance) for information on upgrading from NUnit 3.X to NUnit 4.X. +See the [Migration Guide](xref:migrationguidance) for information on upgrading from NUnit 3.x to NUnit 4.x. Also see the [Release Notes for version 4.0.0](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023) for information on breaking and other changes to see if any of these may affect your tests.