Skip to content

Commit

Permalink
Include readme and license in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rubberduck203 committed Jul 11, 2017
1 parent 55095a3 commit c29fefc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gitnstats/gitnstats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<PackageReference Include="CommandLineParser" Version="2.1.1-beta" />
<PackageReference Include="libgit2sharp.portable" Version="0.24.10" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\README.md" CopyToPublishDirectory="Always"/>
<Content Include="..\..\LICENSE.txt" CopyToPublishDirectory="Always"/>
</ItemGroup>
<PropertyGroup>
<Authors>Christopher J. McClellan</Authors>
</PropertyGroup>
Expand Down

0 comments on commit c29fefc

Please sign in to comment.