You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,10 +121,12 @@ Copyright = '(c) ContosoAdmin. All rights reserved.'
121
121
# Minimum version of the PowerShell host required by this module
122
122
# PowerShellHostVersion = ''
123
123
124
-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
124
+
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite
125
+
# is valid for the PowerShell Desktop edition only.
125
126
# DotNetFrameworkVersion = ''
126
127
127
-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
128
+
# Minimum version of the common language runtime (CLR) required by this module. This
129
+
# prerequisite is valid for the PowerShell Desktop edition only.
128
130
# CLRVersion = ''
129
131
130
132
# Processor architecture (None, X86, Amd64) required by this module
@@ -136,7 +138,8 @@ Copyright = '(c) ContosoAdmin. All rights reserved.'
136
138
# Assemblies that must be loaded prior to importing this module
137
139
# RequiredAssemblies = @()
138
140
139
-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
141
+
# Script files (.ps1) that are run in the caller's environment prior to importing this
142
+
# module.
140
143
# ScriptsToProcess = @()
141
144
142
145
# Type files (.ps1xml) to be loaded when importing this module
@@ -148,16 +151,19 @@ Copyright = '(c) ContosoAdmin. All rights reserved.'
148
151
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
149
152
# NestedModules = @()
150
153
151
-
# Functions 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 functions to export.
154
+
# Functions to export from this module, for best performance, do not use wildcards and do
155
+
# not delete the entry, use an empty array if there are no functions to export.
152
156
FunctionsToExport = @()
153
157
154
-
# 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.
158
+
# Cmdlets to export from this module, for best performance, do not use wildcards and do
159
+
# not delete the entry, use an empty array if there are no cmdlets to export.
155
160
CmdletsToExport = @()
156
161
157
162
# Variables to export from this module
158
163
VariablesToExport = '*'
159
164
160
-
# 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.
165
+
# Aliases to export from this module, for best performance, do not use wildcards and do
166
+
# not delete the entry, use an empty array if there are no aliases to export.
161
167
AliasesToExport = @()
162
168
163
169
# DSC resources to export from this module
@@ -169,7 +175,8 @@ AliasesToExport = @()
169
175
# List of all files packaged with this module
170
176
# FileList = @()
171
177
172
-
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
178
+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may
179
+
also contain a PSData hashtable with additional module metadata used by PowerShell.
173
180
PrivateData = @{
174
181
175
182
PSData = @{
@@ -205,7 +212,8 @@ PrivateData = @{
205
212
# HelpInfo URI of this module
206
213
# HelpInfoURI = ''
207
214
208
-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
215
+
# Default prefix for commands exported from this module. Override the default prefix
216
+
# using Import-Module -Prefix.
209
217
# DefaultCommandPrefix = ''
210
218
211
219
}
@@ -265,8 +273,9 @@ $moduleSettings = @{
265
273
New-ModuleManifest @moduleSettings
266
274
```
267
275
268
-
For information about Updatable Help, see [about_Updatable_Help](./About/about_Updatable_Help.md).
269
-
For information about the HelpInfo XML file, see [Supporting Updatable Help](/powershell/scripting/developer/module/supporting-updatable-help).
276
+
For information about Updatable Help, see [about_Updatable_Help](About/about_Updatable_Help.md).
0 commit comments