|
13 | 13 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
14 | 14 | <readme>README.md</readme> |
15 | 15 | <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. |
17 | 21 |
|
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. |
19 | 23 |
|
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> |
24 | 30 | <language>en-US</language> |
25 | 31 | <tags>nunit test testing tdd framework fluent assert theory plugin addin</tags> |
26 | 32 | <copyright>Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License.</copyright> |
|
0 commit comments