Skip to content

Commit

Permalink
Including the license file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuck committed Dec 10, 2020
1 parent 24acd5b commit be99933
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/YuckQi.Domain/YuckQi.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<Authors>Kevin J Lambert</Authors>
<Company />
<Version>0.0.1</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit be99933

Please sign in to comment.