Skip to content

Commit 9c698e8

Browse files
committed
More properties set in the nuspec file.
1 parent 5ac7300 commit 9c698e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

XmlDoc2CmdletDoc/XmlDoc2CmdletDoc.nuspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
<id>XmlDoc2CmdletDoc</id>
55
<version>$version$</version>
66
<title>Redgate XmlDoc2CmdletDoc tool</title>
7-
<authors>Red Gate Software Limited</authors>
8-
<owners>Red Gate Software Limited</owners>
7+
<authors>Redgate</authors>
8+
<owners>Redgate</owners>
99
<projectUrl>https://github.com/red-gate/XmlDoc2CmdletDoc</projectUrl>
1010
<licenseUrl>https://github.com/red-gate/XmlDoc2CmdletDoc/blob/master/LICENSE.md</licenseUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<summary>Generates help documentation for binary PowerShell modules from XML Doc comments.</summary>
1213
<description>Tool used to generate .dll-Help.xml help files for binary PowerShell modules from XML Doc comments. Licensed under the terms of the new 3-clause BSD license.</description>
14+
<language>en-us</language>
1315
<copyright>Copyright 2014-2016 Red Gate Software Ltd.</copyright>
16+
<tags>PowerShell help xmldoc</tags>
17+
<developmentDependency>true</developmentDependency>
1418
</metadata>
1519
<files>
1620
<file src="bin\$configuration$\*.dll" target="tools" />

0 commit comments

Comments
 (0)