Skip to content

Commit

Permalink
Update nunit.analyzers.nuspec to specify that NUnit.Analyzers v4 is i…
Browse files Browse the repository at this point in the history
…ntended to be used with NUnit 4.
  • Loading branch information
andrewimcclement authored Jun 11, 2024
1 parent 1a135a9 commit 32e93a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nunit.analyzers/nunit.analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<summary>Code analyzers and fixes for NUnit 3</summary>
<readme>docs/README.md</readme>
<description>
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.
</description>
Expand Down

0 comments on commit 32e93a0

Please sign in to comment.