Skip to content

Commit 935ce25

Browse files
committed
set better Release Notes link
1 parent 3ffea7d commit 935ce25

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Update-ThisModuleManifest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ begin {
2828
NestedModules = Write-Output GetItems.ps1 NewItems.ps1 RemoveItems.ps1 SetItems.ps1 "${strModuleName}_SupportingFunctions.ps1"
2929
PowerShellVersion = [System.Version]"5.0"
3030
ProjectUri = "https://github.com/vNugglets/vNuggletsPSMod_vDNetworking"
31-
ReleaseNotes = "See release notes at https://github.com/vNugglets/vNuggletsPSMod_vDNetworking/blob/master/ChangeLog.md"
31+
ReleaseNotes = "See ReadMe and other docs at https://github.com/vNugglets/vNuggletsPSMod_vDNetworking"
3232
RootModule = "${strModuleName}_ModRoot.psm1"
3333
ScriptsToProcess = "${strModuleName}_ClassDefinition.ps1"
3434
Tags = Write-Output vNugglets VMware vSphere PowerCLI VDPortGroup TrafficFiltering Filter Filtering TrafficMarking Mark Marking VDSwitch

vNugglets.VDNetworking/vNugglets.VDNetworking.psd1

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Matt Boren (@mtboren)
55
#
6-
# Generated on: 1/3/2018
6+
# Generated on: 1/4/2018
77
#
88

99
@{
@@ -80,13 +80,13 @@ FunctionsToExport = 'Get-VNVDTrafficFilterPolicyConfig', 'Get-VNVDTrafficRuleSet
8080
'Remove-VNVDTrafficRule', 'Set-VNVDTrafficRuleSet'
8181

8282
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
83-
CmdletsToExport = '*'
83+
CmdletsToExport = @()
8484

8585
# Variables to export from this module
86-
VariablesToExport = '*'
86+
# VariablesToExport = @()
8787

8888
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
89-
AliasesToExport = '*'
89+
AliasesToExport = @()
9090

9191
# DSC resources to export from this module
9292
# DscResourcesToExport = @()
@@ -108,9 +108,7 @@ PrivateData = @{
108108
PSData = @{
109109

110110
# Tags applied to this module. These help with module discovery in online galleries.
111-
Tags = 'vNugglets', 'VMware', 'vSphere', 'PowerCLI', 'VDPortGroup',
112-
'TrafficFiltering', 'Filter', 'Filtering', 'TrafficMarking', 'Mark',
113-
'Marking', 'VDSwitch'
111+
Tags = 'vNugglets','VMware','vSphere','PowerCLI','VDPortGroup','TrafficFiltering','Filter','Filtering','TrafficMarking','Mark','Marking','VDSwitch'
114112

115113
# A URL to the license for this module.
116114
LicenseUri = 'https://github.com/vNugglets/vNuggletsPSMod_vDNetworking/blob/master/License'
@@ -122,11 +120,14 @@ PrivateData = @{
122120
IconUri = 'https://avatars0.githubusercontent.com/u/10615837'
123121

124122
# ReleaseNotes of this module
125-
ReleaseNotes = 'See release notes at https://github.com/vNugglets/vNuggletsPSMod_vDNetworking/blob/master/ChangeLog.md'
123+
ReleaseNotes = 'See ReadMe and other docs at https://github.com/vNugglets/vNuggletsPSMod_vDNetworking'
126124

127-
} # End of PSData hashtable
125+
# External dependent modules of this module
126+
# ExternalModuleDependencies = ''
128127

129-
} # End of PrivateData hashtable
128+
} # End of PSData hashtable
129+
130+
} # End of PrivateData hashtable
130131

131132
# HelpInfo URI of this module
132133
# HelpInfoURI = ''

0 commit comments

Comments
 (0)