Package com.aspose.tasks
Class BuildVersionInfo
- java.lang.Object
-
- com.aspose.tasks.BuildVersionInfo
-
public class BuildVersionInfo extends Object
Contains build version and product information.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASSEMBLY_INFORMATIONAL_VERSION
The informational version number of the assembly.static String
ASSEMBLY_VERSION
Assembly version.static String
FILE_VERSION
File version.static String
PRODUCT
Product name.
-
-
-
Field Detail
-
ASSEMBLY_VERSION
public static final String ASSEMBLY_VERSION
Assembly version.
-
ASSEMBLY_INFORMATIONAL_VERSION
public static final String ASSEMBLY_INFORMATIONAL_VERSION
The informational version number of the assembly.
-
FILE_VERSION
public static final String FILE_VERSION
File version.
-
PRODUCT
public static final String PRODUCT
Product name.
-
-