Click or drag to resize

OctokitWrapperREGEX_VERSION Field

The RegEx string for matching .

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.5.43134 (1.0.0.0)
Syntax
C#
private const string REGEX_VERSION = "(?<Major>\d+ ?)\.(?<Minor>\d+ ?)\.(?<Patch>\d+ ?)"

Field Value

Type: String
See Also