Skip to content

Commit 82e6040

Browse files
author
Thomas Duft
committed
added RepositoryUrl and PackageProjectUrl properties to testr.Cli.csproj file
1 parent cf31406 commit 82e6040

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/testr.Cli/testr.Cli.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<Description>A cli tool to manage executable test cases.</Description>
1414
<Authors>Thomas Duft</Authors>
1515
<Company>tomware SOLUTIONS</Company>
16+
<PackageTags>testing automation e2e test-case test-run</PackageTags>
17+
<RepositoryUrl>https://github.com/thomasduft/testr</RepositoryUrl>
18+
<PackageProjectUrl>https://github.com/thomasduft/testr</PackageProjectUrl>
1619

1720
<AssemblyVersion>$(Version)</AssemblyVersion>
1821
<FileVersion>$(Version)</FileVersion>

0 commit comments

Comments
 (0)