Class ThisAssembly.Git.SemVer
Provides access to SemVer information for the current assembly.
Namespace: Neon.BuildInfo
Assembly: Neon.BuildInfo.dll
Syntax
public class ThisAssembly.Git.SemVer
Fields
DashLabel
The label (if any) prefixed with a dash.
Declaration
public const string DashLabel = ""
Field Value
Type | Description |
---|---|
string |
Label
The label.
Declaration
public const string Label = ""
Field Value
Type | Description |
---|---|
string |
Major
The major version.
Declaration
public const string Major = "4"
Field Value
Type | Description |
---|---|
string |
Minor
The minor version.
Declaration
public const string Minor = "0"
Field Value
Type | Description |
---|---|
string |
Patch
The patch version.
Declaration
public const string Patch = "10"
Field Value
Type | Description |
---|---|
string |
Source
The source.
Declaration
public const string Source = "Tag"
Field Value
Type | Description |
---|---|
string |