From fb95a2808d4e262b44e336cccc74d2843449b1bd Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sun, 26 Nov 2023 20:55:04 +0100 Subject: [PATCH] Fixed package description --- nuget/framework/nunit.nuspec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/nuget/framework/nunit.nuspec b/nuget/framework/nunit.nuspec index c45b8e8c32..255dbf8eb0 100644 --- a/nuget/framework/nunit.nuspec +++ b/nuget/framework/nunit.nuspec @@ -13,14 +13,20 @@ false README.md NUnit is a unit-testing framework for all .NET languages with a strong TDD focus. - NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. + + NUnit is a unit-testing framework for all .NET languages. + It can run on macOS, Linux and Windows operating systems. + NUnit can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing. + It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes. -This package includes the NUnit 4 framework assembly, which is referenced by your tests. You will need to install version 4 of the nunit-console program or a third-party runner that supports NUnit 4 in order to execute tests. Runners intended for use with NUnit 2.x or 3.x will not run NUnit 4 tests correctly. + The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs. -Supported platforms: -- .NET Framework 4.6.2+ -- .NET 6.0+ - This package includes the NUnit 4 framework assembly, which is referenced by your tests. You will need to install version 4 of the nunit-console program or a third-party runner that supports NUnit 4 in order to execute tests. Runners intended for use with NUnit 2.x or 3.x will not run NUnit 4 tests correctly. + If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade. + + Supported platforms: + - .NET Framework 4.6.2+ + - .NET 6.0+ + See release notes at https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023 en-US nunit test testing tdd framework fluent assert theory plugin addin Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License.