We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e2cb1 commit c578a08Copy full SHA for c578a08
src/XArch.CommandLine/XArch.CommandLine.csproj
@@ -12,6 +12,9 @@
12
<Authors>Travis Sharp</Authors>
13
<EnablePackageValidation>true</EnablePackageValidation>
14
<ApiCompatRespectInternals>true</ApiCompatRespectInternals>
15
+ <RepositoryUrl>https://github.com/tsharp/XArch.CommandLine</RepositoryUrl>
16
+ <RepositoryType>git</RepositoryType>
17
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
18
<!--<PackRelease>true</PackRelease>-->
19
<!--<CopyDocumentationFilesFromPackages>true</CopyDocumentationFilesFromPackages>-->
20
</PropertyGroup>
@@ -26,6 +29,7 @@
26
29
27
30
<ItemGroup>
28
31
<None Include="README.md" Pack="true" PackagePath="\"/>
32
+ <None Include="$(EnlistmentRoot)\LICENSE" Pack="true" PackagePath="\"/>
33
</ItemGroup>
34
35
0 commit comments