This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MinVer.
Summary
Converts the specified string representation of MinVer-compatible version to its
MinVerVersion equivalent.
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- MinVerVersion
Syntax
public static MinVerVersion Parse(string versionString)
Parameters
| Name | Type | Description |
|---|---|---|
| versionString | string | A string containing a string version to convert. |
Return Value
| Type | Description |
|---|---|
| MinVerVersion | An object that is equivalent to the version contained in versionString. |
