Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/nunit.analyzers/nunit.analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<summary>Code analyzers and fixes for NUnit 3</summary>
<readme>docs/readme.md</readme>
<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.

Expand Down