Skip to content

Commit 2d32b23

Browse files
authored
- Fix license links (#34)
1 parent 97f2dcc commit 2d32b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.txt</PackageLicenseFile>
17+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
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/v1.2.0</PackageReleaseNotes>
@@ -28,12 +28,12 @@
2828
</PropertyGroup>
2929

3030
<PropertyGroup>
31-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
31+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
3232
</PropertyGroup>
3333

3434
<ItemGroup>
3535
<None Include="..\..\.editorconfig" Link=".editorconfig" />
36-
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
36+
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)