Skip to content

Commit 6e5bb1a

Browse files
committed
Add project + repo related package properties
1 parent b68ebd1 commit 6e5bb1a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Templates.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
<Authors>Atif Aziz</Authors>
99
<Description>Templates for creating console applications with command-line parsing support using docopt.net.</Description>
1010
<PackageTags>dotnet-new;templates;docopt;console;cli;args;argv</PackageTags>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<PackageProjectUrl>https://docopt.github.io/docopt.net/</PackageProjectUrl>
13+
<PackageOutputPath>dist</PackageOutputPath>
14+
<RepositoryType>git</RepositoryType>
15+
<RepositoryUrl>https://github.com/docopt/docopt.net.git</RepositoryUrl>
1116
<TargetFramework>netstandard2.0</TargetFramework>
1217
<IncludeContentInPack>true</IncludeContentInPack>
1318
<IncludeBuildOutput>false</IncludeBuildOutput>
1419
<ContentTargetFolders>content</ContentTargetFolders>
15-
<PackageOutputPath>dist</PackageOutputPath>
1620
<NoWarn>$(NoWarn);NU5128</NoWarn>
1721
</PropertyGroup>
1822

0 commit comments

Comments
 (0)