Commit 9d6a6db
authored
analyzer: add MIT PackageLicenseExpression to NuGet package (#442)
## Summary
Fixes the NuGet authoring best-practices warning:
> warn : License missing. See how to include a license within the
package: https://aka.ms/nuget/authoring-best-practices#licensing.
## Change
Added `<PackageLicenseExpression>MIT</PackageLicenseExpression>` to
`IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj`.
This uses the recommended SPDX expression approach and matches the
existing `LICENSE` (MIT) file already present in the repository.
## Reviewers
- Only one line added to the `.csproj`; no logic changes.1 parent 001dce5 commit 9d6a6db
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments