Skip to content

Commit 5740e61

Browse files
Copilotbcollamore
andauthored
build: license tags in nuspec - use MIT expression instead of file reference (#992)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: bcollamore <[email protected]>
1 parent 02cdf2f commit 5740e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.Analyzer.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryType>git</RepositoryType>
1515
<PackageIcon>packageicon.png</PackageIcon>
1616
<PackageIconUrl>https://avatars3.githubusercontent.com/u/39734771</PackageIconUrl>
17-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<PackageProjectUrl>https://github.com/philips-software/roslyn-analyzers</PackageProjectUrl>
2020
<PackageReleaseNotes>See Changelog</PackageReleaseNotes>
@@ -48,7 +48,7 @@
4848
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4949
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).pdb" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
5050
<None Include="$(OutputPath)\netstandard2.0\Philips.CodeAnalysis.Common.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
51-
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
51+
5252
<None Include="..\README.md" Pack="true" PackagePath="" />
5353
</ItemGroup>
5454

0 commit comments

Comments
 (0)