FAKE - F# Make


SemVerInfo

Contains the version information.

Record Fields

Record FieldDescription
Build
Signature: string

The optional build no.

Major
Signature: int

MAJOR version when you make incompatible API changes.

Minor
Signature: int

MINOR version when you add functionality in a backwards-compatible manner.

Patch
Signature: int

PATCH version when you make backwards-compatible bug fixes.

PreRelease
Signature: PreRelease option

The optional PreRelease version

Instance members

Instance memberDescription
Equals(yobj)
Signature: yobj:obj -> bool
GetHashCode()
Signature: unit -> int
ToString()
Signature: unit -> string
Fork me on GitHub