We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HelpInfoURI
1 parent badfc2e commit 0ecd120Copy full SHA for 0ecd120
src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1
@@ -9,7 +9,7 @@
9
RootModule = 'PSDesiredStateConfiguration.psm1'
10
11
# Version number of this module.
12
-moduleVersion = '2.0.4'
+moduleVersion = '2.0.5'
13
14
# Supported PSEditions
15
CompatiblePSEditions = @('Core')
@@ -93,7 +93,7 @@ AliasesToExport = @()
93
# FileList = @()
94
95
# HelpInfo URI of this module
96
-HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390814'
+HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=2113535'
97
98
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
99
# DefaultCommandPrefix = ''
0 commit comments