Skip to content

Commit

Permalink
Merge pull request #4562 from nunit/prepare40-2
Browse files Browse the repository at this point in the history
Fixed package description
  • Loading branch information
OsirisTerje committed Nov 26, 2023
2 parents 31b3786 + fb95a28 commit d91b4cf
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions nuget/framework/nunit.nuspec
Expand Up @@ -13,14 +13,20 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>README.md</readme>
<summary>NUnit is a unit-testing framework for all .NET languages with a strong TDD focus.</summary>
<description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible.
<description>
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+</description>
<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>
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+</description>
<releaseNotes>See release notes at https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023</releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
<copyright>Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License.</copyright>
Expand Down

0 comments on commit d91b4cf

Please sign in to comment.