We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9f6aa commit cdf8fc5Copy full SHA for cdf8fc5
src/AtleX.CommandLineArguments/AtleX.CommandLineArguments.csproj
@@ -14,7 +14,9 @@
14
<PackageLicenseUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments/blob/master/LICENSE</PackageLicenseUrl>
15
<Version>2.0.1</Version>
16
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments.git</RepositoryUrl>
17
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
18
<RepositoryType>Git</RepositoryType>
19
+ <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
20
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
21
<PackageReleaseNotes>
22
2.0.1:
0 commit comments