BuildVersionInfo

Inheritance: java.lang.Object

public class BuildVersionInfo

Contains information about version of Aspose.Slides.

Constructors

ConstructorDescription
BuildVersionInfo()

Fields

FieldDescription
AssemblyVersionVersion of Aspose.Slides assembly.
FileVersionVersion of assembly file.
ProductProduct name of Aspose.Slides
ProductMajorMajor version number.
ProductMinorMinor version number.
ReleaseDateRelease 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.