Struct LibVersion.VersionInfo

Info on the VoltRpc version

Namespace: VoltRpc.Versioning
Assembly: VoltRpc.dll
Syntax
public struct LibVersion.VersionInfo

Properties

| Edit this page View Source

Major

Major version number

Declaration
public readonly byte Major { get; }
Property Value
TypeDescription
byte
| Edit this page View Source

Minor

Minor version number

Declaration
public readonly byte Minor { get; }
Property Value
TypeDescription
byte
| Edit this page View Source

Patch

Patch version number

Declaration
public readonly byte Patch { get; }
Property Value
TypeDescription
byte