Version
BuildVersionInfo.Version property
Gets the product version.
public static string Version { get; }
Remarks
The product version is in the “Major.Minor.Hotfix.0” format.
Examples
Shows how to display information about your installed version of Aspose.Words.
Console.WriteLine($"I am currently using {BuildVersionInfo.Product}, version number {BuildVersionInfo.Version}!");
See Also
- class BuildVersionInfo
- namespace Aspose.Words
- assembly Aspose.Words