Class BuildVersionInfo

BuildVersionInfo class

Contains the current build version information.

public sealed class BuildVersionInfo

Fields

NameDescription
static readonly AssemblyVersionThe assembly version.
static readonly FileVersionThe file version.
static readonly ProductThe product title.
const ProductMajorThe major product version.
const ProductMinorThe minor product version.
static readonly ReleaseDateThe product release date.

See Also