BuildVersionInfo
Inheritance: java.lang.Object
public class BuildVersionInfo
Contains build version and product information.
Fields
Field | Description |
---|---|
ASSEMBLY_INFORMATIONAL_VERSION | The informational version number of the assembly. |
ASSEMBLY_VERSION | Assembly version. |
FILE_VERSION | File version. |
PRODUCT | Product name. |
ASSEMBLY_INFORMATIONAL_VERSION
public static final String ASSEMBLY_INFORMATIONAL_VERSION
The informational version number of the assembly.
ASSEMBLY_VERSION
public static final String ASSEMBLY_VERSION
Assembly version.
FILE_VERSION
public static final String FILE_VERSION
File version.
PRODUCT
public static final String PRODUCT
Product name.