Package com.aspose.barcode
Class BuildVersionInfo
java.lang.Object
com.aspose.barcode.BuildVersionInfo
Provides information about the current product name and version.
Shows how to use BuildVersionInfo to obtain information about this product.
System.out.prinln(MessageFormat.format("I am currently using %s, version number %s.", BuildVersionInfo.PRODUCT, BuildVersionInfo.ASSEMBLY_VERSION));
-
Field Details
-
ASSEMBLY_VERSION
Assembly version. *- See Also:
-
PRODUCT
The product title. *- See Also:
-
RELEASE_DATE
The product release date. *
-
-
Constructor Details
-
BuildVersionInfo
public BuildVersionInfo()
-