Skip to content

Commit 8197f70

Browse files
committed
Bundle license info with the nupkg
1 parent 8418653 commit 8197f70

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NetTopologySuite.IO.GPX.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
.gitattributes = .gitattributes
1212
.gitignore = .gitignore
1313
.travis.yml = .travis.yml
14+
ACKNOWLEDGEMENTS.md = ACKNOWLEDGEMENTS.md
1415
LICENSE.md = LICENSE.md
1516
nts.snk = nts.snk
1617
NuGet.Config = NuGet.Config

src/NetTopologySuite.IO.GPX/NetTopologySuite.IO.GPX.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@
3737
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
3838
</ItemGroup>
3939

40+
<ItemGroup>
41+
<Content Include="$(SolutionDir)ACKNOWLEDGEMENTS.md" Pack="True" PackagePath="licenses" />
42+
<Content Include="$(SolutionDir)LICENSE.md" Pack="True" PackagePath="licenses" />
43+
</ItemGroup>
44+
4045
</Project>

0 commit comments

Comments
 (0)