public final class BuildVersionInfo extends Object
Provides information about the current product name and version.
Modifier and Type | Field and Description |
---|---|
static String |
ASSEMBLY_VERSION
Gets the version number of the assembly.
|
static String |
FILE_VERSION
Gets the file version number.
|
static String |
PRODUCT
Gets the product name.
|
static int |
PRODUCT_HOTFIX
Gets the the product hotfix version.
|
static int |
PRODUCT_MAJOR
Gets the product major version.
|
static int |
PRODUCT_MINOR
Gets the the product minor version.
|
static String |
RELEASE_DATE
Gets the date of release.
|
public static final String ASSEMBLY_VERSION
Gets the version number of the assembly.
public static final String FILE_VERSION
Gets the file version number.
public static final String PRODUCT
Gets the product name.
public static final int PRODUCT_MAJOR
Gets the product major version.
public static final int PRODUCT_MINOR
Gets the the product minor version.
public static final int PRODUCT_HOTFIX
Gets the the product hotfix version.
public static final String RELEASE_DATE
Gets the date of release.