From 0ecd1206b6d0ca31ad5f2cae7b8e183ec7c895f0 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 17 Dec 2019 16:22:48 -0800 Subject: [PATCH] Update `HelpInfoURI` to point to latest content (#36) * Update `HelpInfoURI` to point to latest content * Update module version --- .../PSDesiredStateConfiguration.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 b/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 index 7054893..3c14385 100644 --- a/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 +++ b/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 @@ -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 = ''