Skip to content

Commit d91b4cf

Browse files
authored
Merge pull request #4562 from nunit/prepare40-2
Fixed package description
2 parents 31b3786 + fb95a28 commit d91b4cf

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

nuget/framework/nunit.nuspec

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,20 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<readme>README.md</readme>
1515
<summary>NUnit is a unit-testing framework for all .NET languages with a strong TDD focus.</summary>
16-
<description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible.
16+
<description>
17+
NUnit is a unit-testing framework for all .NET languages.
18+
It can run on macOS, Linux and Windows operating systems.
19+
NUnit can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing.
20+
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.
1721

18-
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.
22+
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.
1923

20-
Supported platforms:
21-
- .NET Framework 4.6.2+
22-
- .NET 6.0+</description>
23-
<releaseNotes>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.</releaseNotes>
24+
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.
25+
26+
Supported platforms:
27+
- .NET Framework 4.6.2+
28+
- .NET 6.0+</description>
29+
<releaseNotes>See release notes at https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023</releaseNotes>
2430
<language>en-US</language>
2531
<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
2632
<copyright>Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License.</copyright>

0 commit comments

Comments
 (0)