Show / Hide Table of Contents

Class VersionInformation

API version information.

Inheritance
object
VersionInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public static class VersionInformation

Properties

| Improve this Doc View Source

Major

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

Version

Gets the version of Pinchot.

Declaration
public static string Version { get; }
Property Value
Type Description
string

The version of Pinchot.

  • Improve this Doc
  • View Source
Back to top Copyright JoeScan, Inc.
Generated by DocFX