Alter the Version Number of Your PowerShell ModuleThis plugin will alter the ModuleVersion of your PowerShell Module. The plugin itself is built and deployed via VSTS. The following badge shows the current status of that build. How To UseEnter the path to your psd1 file and the number that you wish to set the Module Version to. The task will fail if the file is not a psd1 file, or if ti does not contain a line in the psd1 file that matches the one below -
The ModuleVersion number must be in the format ##.##.##(.##),otherwise the attempted change will fail. |