Skip to content

Commit 073dd31

Browse files
authored
Embed license file in NuGet package. (#6)
1 parent 4c07c81 commit 073dd31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Winton.DomainModelling.Abstractions/Winton.DomainModelling.Abstractions.csproj

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

2929
<ItemGroup>
3030
<AdditionalFiles Include="../../stylecop.json" />
31+
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
3132
</ItemGroup>
3233

3334
<ItemGroup>

0 commit comments

Comments
 (0)