Class VersionInformation
API version information.
Inheritance
System.Object
VersionInformation
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public static class VersionInformation : object
Properties
Major
Gets the major version component of the of the Pinchot version.
Declaration
public static int Major { get; }
Property Value
Type | Description |
---|---|
System.Int32 | 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 |
---|---|
System.Int32 | 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 |
---|---|
System.Int32 | 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 |
---|---|
System.String | The version of Pinchot. |