BuildVersionInfo

BuildVersionInfo class

Contains information about version of Aspose.Slides.

class BuildVersionInfo

Methods

MethodDescription
static const System::String& AssemblyVersion()Version of Aspose.Slides assembly.
BuildVersionInfo()
static const System::String& FileVersion()Version of assembly file.
static const System::String& Product()Product name of Aspose.Slides
static System::DateTime& ReleaseDate()Release date of the assembly.

Fields

FieldDescription
static ProductMajorMajor version number.
static ProductMinorMinor version number.

See Also