public final class BuildVersionInfo extends Object
Represents common information about build.
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSEMBLY_VERSION
Version of assembly.
|
static String |
FILE_VERSION
Version of file.
|
static String |
PRODUCT
Product name.
|
static int |
PRODUCT_MAJOR
Product major version.
|
static int |
PRODUCT_MINOR
Product minor version.
|
static com.aspose.ms.System.DateTime |
RELEASE_DATE
Date of release.
|
public static final String ASSEMBLY_VERSION
Version of assembly.
public static final String FILE_VERSION
Version of file.
public static final String PRODUCT
Product name.
public static final int PRODUCT_MAJOR
Product major version.
public static final int PRODUCT_MINOR
Product minor version.
public static final com.aspose.ms.System.DateTime RELEASE_DATE
Date of release.
Copyright © 2014. All rights reserved.