Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

SemVerActivePattern

Contains active patterns which allow to deal with Semantic Versioning (SemVer).

Active patterns

Active patternDescription
( |ParseRegex|_| ) pattern input
Signature: pattern:string -> input:string -> string list option
( |SemVer|_| )(version)
Signature: version:string -> string list option
( |ValidVersion|_| )(_arg1)
Signature: _arg1:string -> unit option