Struct BuildVersion
Assembly: cs.temp.dll.dll
Syntax
public struct BuildVersion : IEquatable<BuildVersion>
Properties
Branch
Declaration
public string Branch { get; set; }
Property Value
Build_number
Declaration
public ulong Build_number { get; set; }
Property Value
Channel
Declaration
public string Channel { get; set; }
Property Value
Commit_hash
Declaration
public string Commit_hash { get; set; }
Property Value
Major
Declaration
public ulong Major { get; set; }
Property Value
Minor
Declaration
public ulong Minor { get; set; }
Property Value
Methods
Equals(BuildVersion)
Declaration
public bool Equals(BuildVersion other)
Parameters
Returns