8000 VS-145: Switched to License Expression (#69) · mongodb/mongo-csharp-analyzer@5162f8c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5162f8c

Browse files
< 8000 div class="CommitHeader-module__commit-message-container--nl1pf">
VS-145: Switched to License Expression (#69)
* VS-145: Switched to License Expression * Removed Duplicate Package License Expression --------- Co-authored-by: Ravi Raghavan <ravi.raghavan@mongodb.com>
1 parent 3322c6a commit 5162f8c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/MongoDB.Analyzer.Package/MongoDB.Analyzer.Package.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Authors>MongoDB Inc.</Authors>
1515
<Title>MongoDB.Analyzer</Title>
1616
<PackageIcon>packageIcon.png</PackageIcon>
17-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
17+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1818
<PackageProjectUrl>https://www.mongodb.com/docs/mongodb-analyzer/current/</PackageProjectUrl>
1919
<RepositoryUrl>https://github.com/mongodb/mongo-csharp-analyzer</RepositoryUrl>
2020
<PackageReleaseNotes>https://github.com/mongodb/mongo-csharp-analyzer/releases/tag/v$(Version)</PackageReleaseNotes>
@@ -27,13 +27,8 @@
2727
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput</TargetsForTfmSpecificContentInPackage>
2828
</PropertyGroup>
2929

30-
<PropertyGroup>
31-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
32-
</PropertyGroup>
33-
3430
<ItemGroup>
3531
<None Include="..\..\.editorconfig" Link=".editorconfig" />
36-
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3732
</ItemGroup>
3833

3934
<ItemGroup>

0 commit comments

Comments
 (0)
0