public class BuildVersionInfo
extends java.lang.Object
Contains information about version of Aspose.Slides.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AssemblyVersion
Version of Aspose.Slides assembly.
|
static java.lang.String |
FileVersion
Version of assembly file.
|
static java.lang.String |
Product
Product name of Aspose.Slides
|
static int |
ProductMajor
Major version number.
|
static int |
ProductMinor
Minor version number.
|
static com.aspose.ms.System.DateTime |
ReleaseDate
Release date of the assembly.
|
Constructor and Description |
---|
BuildVersionInfo() |
public static final java.lang.String AssemblyVersion
Version of Aspose.Slides assembly.
public static final java.lang.String FileVersion
Version of assembly file.
public static final java.lang.String Product
Product name of Aspose.Slides
public static final int ProductMajor
Major version number.
public static final int ProductMinor
Minor version number.
public static final com.aspose.ms.System.DateTime ReleaseDate
Release date of the assembly.