Update HelpInfoURI to point to latest content (#36)

* Update `HelpInfoURI` to point to latest content

* Update module version
This commit is contained in:
Aditya Patwardhan
2019-12-17 16:22:48 -08:00
committed by Amit Saraf
parent badfc2e90e
commit 5eeefd4208
@@ -9,7 +9,7 @@
RootModule = 'PSDesiredStateConfiguration.psm1'
# Version number of this module.
moduleVersion = '2.0.4'
moduleVersion = '2.0.5'
# Supported PSEditions
CompatiblePSEditions = @('Core')
@@ -93,7 +93,7 @@ AliasesToExport = @()
# FileList = @()
# HelpInfo URI of this module
HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390814'
HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=2113535'
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''