Skip to content

Commit 9efc399

Browse files
committed
remove spaces from Tags in module manifest (spaces are not allowed in tags in PowerShellGallery, apparently)
1 parent 2130e54 commit 9efc399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Update-VNModuleManifest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ begin {
2424
ReleaseNotes = "See release notes at https://github.com/vNugglets/vNuggletsPSMod/blob/master/ChangeLog.md"
2525
## relies on a centrally-important VMware PowerCLI module
2626
RequiredModules = "VMware.VimAutomation.Core"
27-
Tags = Write-Output vNugglets vNugglets.com "VMware vSphere" FaF PowerCLI VIRole "MAC Address" VM RDM vPG "Virtual Portgroup" EVC VMHost HBA Datastore
27+
Tags = Write-Output vNugglets vNugglets.com VMware vSphere FaF PowerCLI VIRole MAC VM RDM vPG VirtualPortgroup EVC VMHost HBA Datastore
2828
# Verbose = $true
2929
} ## end hashtable
3030
} ## end begin

vNugglets.Utility/vNugglets.Utility.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ PrivateData = @{
108108
PSData = @{
109109

110110
# Tags applied to this module. These help with module discovery in online galleries.
111-
Tags = 'vNugglets','vNugglets.com','VMware vSphere','FaF','PowerCLI','VIRole','MAC Address','VM','RDM','vPG','Virtual Portgroup','EVC','VMHost','HBA','Datastore'
111+
Tags = 'vNugglets','vNugglets.com','VMware','vSphere','FaF','PowerCLI','VIRole','MAC','VM','RDM','vPG','VirtualPortgroup','EVC','VMHost','HBA','Datastore'
112112

113113
# A URL to the license for this module.
114114
LicenseUri = 'https://github.com/vNugglets/vNuggletsPSMod/blob/master/License'

0 commit comments

Comments
 (0)