Skip to content

Commit c38f0a9

Browse files
analyzer: add MIT PackageLicenseExpression to NuGet package
Fixes the 'License missing' NuGet authoring best practices warning by adding <PackageLicenseExpression>MIT</PackageLicenseExpression> to the packaged project, matching the repo's existing LICENSE file.
1 parent 46c1fa7 commit c38f0a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageId>IntelliTect.Analyzers</PackageId>
1010
<Authors>IntelliTect</Authors>
1111
<RepositoryUrl>https://github.com/IntelliTect/CodingGuidelines</RepositoryUrl>
12+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1213
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1314
<Description>Analyzer aiding the implementation of IntelliTect internal coding guidelines</Description>
1415
<Copyright>Copyright 2021</Copyright>

0 commit comments

Comments
 (0)