Skip to content

Commit 13695ea

Browse files
authored
Merge pull request #483 from nunit/chore/correct-casing-readme
chore: NuGet.org validation is case sensitive
2 parents 479272e + 7f0f6aa commit 13695ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nunit.analyzers/nunit.analyzers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<developmentDependency>true</developmentDependency>
1515
<summary>Code analyzers and fixes for NUnit 3</summary>
16-
<readme>docs/readme.md</readme>
16+
<readme>docs/README.md</readme>
1717
<description>
1818
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.
1919

0 commit comments

Comments
 (0)