Table of Contents

Method ToOrderedVersion

Namespace
Ubiquity.NET.Versioning
Assembly
Ubiquity.NET.Versioning.dll

ToOrderedVersion(out bool)

Gets the CSemVer defined ordered version number for this FileVersion quad

public ulong ToOrderedVersion(out bool isCIBuild)

Parameters

isCIBuild bool

Indicates if the File Version is for a CI build or not

Returns

ulong

Ordered version number of this file version

Remarks

The File version form of a CSemVer value includes a bit to indicate if the version is a CI build or not. This condition is important for ordering

ToOrderedVersion()

Gets the CSemVer defined ordered version number for this FileVersion quad

public ulong ToOrderedVersion()

Returns

ulong

Ordered version number of this file version

Remarks

The File version form of a CSemVer value includes a bit to indicate if the version is a CI build or not. This condition is important for ordering