Class VersionInformation
API version information.
Inherited Members
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public static class VersionInformation
Properties
| Improve this Doc View SourceMajor
Gets the major version component of the of the Pinchot version.
Declaration
public static int Major { get; }
Property Value
Type | Description |
---|---|
int | The major version component of the of the Pinchot version. |
Minor
Gets the minor version component of the of the Pinchot version.
Declaration
public static int Minor { get; }
Property Value
Type | Description |
---|---|
int | The minor version component of the of the Pinchot version. |
Patch
Gets the patch version component of the of the Pinchot version.
Declaration
public static int Patch { get; }
Property Value
Type | Description |
---|---|
int | The patch version component of the of the Pinchot version. |
Version
Gets the version of Pinchot.
Declaration
public static string Version { get; }
Property Value
Type | Description |
---|---|
string | The version of Pinchot. |