Skip to content

Commit c578a08

Browse files
committed
add additional details
1 parent b4e2cb1 commit c578a08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/XArch.CommandLine/XArch.CommandLine.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<Authors>Travis Sharp</Authors>
1313
<EnablePackageValidation>true</EnablePackageValidation>
1414
<ApiCompatRespectInternals>true</ApiCompatRespectInternals>
15+
<RepositoryUrl>https://github.com/tsharp/XArch.CommandLine</RepositoryUrl>
16+
<RepositoryType>git</RepositoryType>
17+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1518
<!--<PackRelease>true</PackRelease>-->
1619
<!--<CopyDocumentationFilesFromPackages>true</CopyDocumentationFilesFromPackages>-->
1720
</PropertyGroup>
@@ -26,6 +29,7 @@
2629

2730
<ItemGroup>
2831
<None Include="README.md" Pack="true" PackagePath="\"/>
32+
<None Include="$(EnlistmentRoot)\LICENSE" Pack="true" PackagePath="\"/>
2933
</ItemGroup>
3034

3135
<ItemGroup>

0 commit comments

Comments
 (0)