BuildVersionInfo
Contents
[
Hide
]Inheritance: java.lang.Object
public class BuildVersionInfo
Contains information about version of Aspose.Slides.
Constructors
Constructor | Description |
---|---|
BuildVersionInfo() |
Fields
Field | Description |
---|---|
AssemblyVersion | Version of Aspose.Slides assembly. |
FileVersion | Version of assembly file. |
Product | Product name of Aspose.Slides |
ProductMajor | Major version number. |
ProductMinor | Minor version number. |
ReleaseDate | Release date of the assembly. |
BuildVersionInfo()
public BuildVersionInfo()
AssemblyVersion
public static final String AssemblyVersion
Version of Aspose.Slides assembly.
FileVersion
public static final String FileVersion
Version of assembly file.
Product
public static final String Product
Product name of Aspose.Slides
ProductMajor
public static final int ProductMajor
Major version number.
ProductMinor
public static final int ProductMinor
Minor version number.
ReleaseDate
public static final Date ReleaseDate
Release date of the assembly.