Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit 64b0b4a

Browse files
authored
Embed license file in NuGet package. (#18)
1 parent 1f52f1a commit 64b0b4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Winton.DomainModelling.DocumentDb/Winton.DomainModelling.DocumentDb.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<NoWarn>$(NoWarn);SA1101;SA1309</NoWarn>
1010
<PackageId>Winton.DomainModelling.DocumentDb</PackageId>
1111
<PackageIconUrl>https://raw.githubusercontent.com/wintoncode/Winton.DomainModelling.DocumentDb/master/icon.jpg</PackageIconUrl>
12-
<PackageLicenseUrl>https://raw.githubusercontent.com/wintoncode/Winton.DomainModelling.DocumentDb/master/LICENSE</PackageLicenseUrl>
12+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1313
<PackageProjectUrl>https://github.com/wintoncode/Winton.DomainModelling.DocumentDb</PackageProjectUrl>
1414
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1515
<PackageTags>Winton, Domain, Driven, Design, Modelling, DDD, Persistence, DocumentDB, CosmosDB, Document, Cosmos, DB</PackageTags>
@@ -27,6 +27,7 @@
2727

2828
<ItemGroup>
2929
<AdditionalFiles Include="../../stylecop.json" />
30+
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
3031
</ItemGroup>
3132

3233
<ItemGroup>

0 commit comments

Comments
 (0)