From c38f0a91692e8722e31274d7d16b63c3c5cb87b0 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Wed, 13 May 2026 00:35:35 -0700 Subject: [PATCH] analyzer: add MIT PackageLicenseExpression to NuGet package Fixes the 'License missing' NuGet authoring best practices warning by adding MIT to the packaged project, matching the repo's existing LICENSE file. --- .../IntelliTect.Analyzer/IntelliTect.Analyzer.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj b/IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj index 9ee8efe..c640096 100644 --- a/IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj +++ b/IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj @@ -9,6 +9,7 @@ IntelliTect.Analyzers IntelliTect https://github.com/IntelliTect/CodingGuidelines + MIT false Analyzer aiding the implementation of IntelliTect internal coding guidelines Copyright 2021