-
Notifications
You must be signed in to change notification settings - Fork 10
Set WikiModuleVersion
dscbot edited this page May 29, 2024
·
2 revisions
Changes all placeholders (#.#.#) in a markdown file to the specified module version.
Set-WikiModuleVersion [-Path] <String> [-ModuleVersion] <String>
[<CommonParameters>]
Changes all placeholders (#.#.#) in a markdown file to the specified module version.
Set-WikiModuleVersion -Path '.\output\WikiContent\Home.md' -ModuleVersion '14.0.0'
Replaces '#.#.#' with the module version '14.0.0' in the markdown file 'Home.md'.
The base name of the Wiki Sidebar file. Defaults to '_Sidebar.md'.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The path to a markdown file to set the module version in.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.