Skip to content

Commit

Permalink
Fix #36, add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
controlflow committed Oct 24, 2024
1 parent 812138b commit 927880a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/JetBrains.Annotations.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<copyright>Copyright (c) 2016-2024 JetBrains s.r.o.</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Annotations to increase accuracy of JetBrains Rider and ReSharper code inspections</summary>
<readme>readme.md</readme>
<description>
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.

Expand All @@ -37,5 +38,6 @@ All usages of JetBrains.Annotations attributes are erased from metadata by defau
<files>
<file src="bin\$configuration$\**" exclude="**.nupkg" target="lib" />
<file src="icon.png" target="" />
<file src="..\readme.md" target="" />
</files>
</package>

0 comments on commit 927880a

Please sign in to comment.