external help file | Module Name | online version | schema |
---|---|---|---|
PowerBolt-help.xml |
PowerBolt |
2.0.0 |
Updates the module's semantic version value in the manifest file.
Update-SemVer [[-Path] <String>] [-Value <String>] [[-Major] <Int32>] [[-Minor] <Int32>] [[-Patch] <Int32>]
[[-SourceFolderPath] <String>] [-BumpMajor] [-BumpMinor] [-BumpPatch] [-AutoUpdate] [<CommonParameters>]
Update-SemVer [-Value <String>] [[-Major] <Int32>] [[-Minor] <Int32>] [[-Patch] <Int32>]
[[-SourceFolderPath] <String>] [-BumpMajor] [-BumpMinor] [-BumpPatch] [-AutoUpdate] [-Name] <String>
[<CommonParameters>]
Update-SemVer [-Value <String>] [[-SourceFolderPath] <String>] [<CommonParameters>]
Update-SemVer [[-Major] <Int32>] [[-Minor] <Int32>] [[-Patch] <Int32>] [[-SourceFolderPath] <String>]
[<CommonParameters>]
Update-SemVer [[-SourceFolderPath] <String>] [-BumpMajor] [-BumpMinor] [-BumpPatch] [<CommonParameters>]
Update-SemVer [[-SourceFolderPath] <String>] [-AutoUpdate] [<CommonParameters>]
With given values by Path or Name, it will change the ModuleVersion key in the module's manifest file.
PS C:\> {{ Add example code here }}
{{ Add example description here }}
{{Fill AutoUpdate Description}}
Type: SwitchParameter
Parameter Sets: ByPath, ByName, ByAutoUpdateSemVer
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill BumpMajor Description}}
Type: SwitchParameter
Parameter Sets: ByPath, ByName, ByBumping
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill BumpMinor Description}}
Type: SwitchParameter
Parameter Sets: ByPath, ByName, ByBumping
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill BumpPatch Description}}
Type: SwitchParameter
Parameter Sets: ByPath, ByName, ByBumping
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Major Description}}
Type: Int32
Parameter Sets: ByPath, ByName, ByNumbers
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Minor Description}}
Type: Int32
Parameter Sets: ByPath, ByName, ByNumbers
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Name Description}}
Type: String
Parameter Sets: ByName
Aliases:
Accepted values: CimCmdlets, Microsoft.PowerShell.Management, Microsoft.PowerShell.Utility, Pester, Plaster, platyPS, posh-git, PowerBolt, PSReadLine
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Patch Description}}
Type: Int32
Parameter Sets: ByPath, ByName, ByNumbers
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Path Description}}
Type: String
Parameter Sets: ByPath
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill SourceFolderPath Description}}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Value Description}}
Type: String
Parameter Sets: ByPath, ByName, ByValue
Aliases:
Required: False
Position: Named
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 (http://go.microsoft.com/fwlink/?LinkID=113216).