en-US/about_pssemanticversion.help.txt
TOPIC
about_pssemanticversion SHORT DESCRIPTION How to use PSSemanticVersion Cmdlets and Objects LONG DESCRIPTION Creates and returns a semantic version 2.0 compliant .net object. The returned objects properties are set using the default or supplied parameters. the returned object has a set of ScriptMethods to help with using the object. METHODS: ToString - Returns a semver 2.0 formatted string Parse - Takes a semver 2.0 formatted string (1.0.23-ctp+123) and sets the objects properties from the formatted string. Returns True if updated or False if not updated. FromVersionJson - Takes the folder path that contains the version.json file to use. The json is used to set the properties on the object. Returns True if the properties are updated and False if they are not. ToVersionJson - Takes the folder path to write the version.json file. The file is recreated each time the object is serialized to json. Returns True if file is created and False if it is not. EXAMPLES Examples of how to use the module or how the subject feature works in practice. KEYWORDS Terms or titles on which you might expect your users to search for the information in this topic. SEE ALSO Text-only references for further reading. Hyperlinks cannot work in the Windows PowerShell console. |