Class BuildVersionInfo

BuildVersionInfo class

Provides information about the current product name and version.

public sealed class BuildVersionInfo

Fields

NameDescription
static readonly AssemblyVersionGets the version number of the assembly.
static readonly FileVersionGets the file version number.
static readonly ProductGets the product name.
static readonly ProductMajorGets the product major version.
static readonly ProductMinorGets the the product minor version.
static readonly ReleaseDateGets the date of release.

See Also