Skip to content

Commit

Permalink
NP-1680 Added copyright information to nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin-Kretov committed Apr 25, 2024
1 parent 20bfd75 commit fee5396
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 @@ -10,6 +10,7 @@
<repository type="git" url="https://github.com/JetBrains/JetBrains.Annotations.git" />
<icon>icon.png</icon>
<license type="expression">MIT</license>
<copyright>Copyright (c) 2016 JetBrains http://www.jetbrains.com</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Annotations to increase accuracy of JetBrains Rider and ReSharper code inspections</summary>
<description>
Expand All @@ -23,6 +24,7 @@ All usages of JetBrains.Annotations attributes are erased from metadata by defau
&#8226; Added IgnoreSpellingAndGrammarErrorsAttribute to allow ignore grammar and spelling errors in literals passed to marked parameters.
&#8226; Added AspMinimalApiImplicitEndpointDeclarationAttribute to make IDE aware of Minimal API endpoints from third-party libraries.
&#8226; NoReorderAttribute can now be applied to multiple parts of the same type.
&#8226; Added copyright information to nuspec.
</releaseNotes>
<tags>jetbrains resharper rider annotations canbenull notnull</tags>
<dependencies>
Expand Down

0 comments on commit fee5396

Please sign in to comment.