mirror of
https://github.com/PowerShell/PSDesiredStateConfiguration
synced 2026-06-21 13:45:25 +00:00
Update HelpInfoURI to point to latest content (#36)
* Update `HelpInfoURI` to point to latest content * Update module version
This commit is contained in:
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user