diff --git a/src/nunit.analyzers/nunit.analyzers.nuspec b/src/nunit.analyzers/nunit.analyzers.nuspec index 9b624fa0..968a7945 100644 --- a/src/nunit.analyzers/nunit.analyzers.nuspec +++ b/src/nunit.analyzers/nunit.analyzers.nuspec @@ -15,7 +15,7 @@ Code analyzers and fixes for NUnit 3 docs/README.md -This package includes analyzers and code fixes for test projects using NUnit 3. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. +This package includes analyzers and code fixes for test projects using NUnit 4. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. Version 3.0 and upwards works in Visual Studio 2019 (version 16.3) or newer and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0 - note that these versions are no longer updated, so version 2.10.0 is the last version that works in Visual Studio 2017.