Skip to content

Commit 0ecd120

Browse files
adityapatwardhanamitsara
authored andcommitted
Update HelpInfoURI to point to latest content (#36)
* Update `HelpInfoURI` to point to latest content * Update module version
1 parent badfc2e commit 0ecd120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
RootModule = 'PSDesiredStateConfiguration.psm1'
1010

1111
# Version number of this module.
12-
moduleVersion = '2.0.4'
12+
moduleVersion = '2.0.5'
1313

1414
# Supported PSEditions
1515
CompatiblePSEditions = @('Core')
@@ -93,7 +93,7 @@ AliasesToExport = @()
9393
# FileList = @()
9494

9595
# HelpInfo URI of this module
96-
HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390814'
96+
HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=2113535'
9797

9898
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
9999
# DefaultCommandPrefix = ''

0 commit comments

Comments
 (0)