BuildVersionInfo.AssemblyInformationalVersion
BuildVersionInfo.AssemblyInformationalVersion field
The informational version number of the assembly.
public static readonly string AssemblyInformationalVersion;
Examples
Shows how to read build version info of Aspose.Tasks.
// read common info about the current Aspose.Tasks version
Console.WriteLine("Product: " + BuildVersionInfo.Product);
Console.WriteLine("File Version: " + BuildVersionInfo.FileVersion);
Console.WriteLine("Assembly Version: " + BuildVersionInfo.AssemblyVersion);
Console.WriteLine("Assembly Informational Version: " + BuildVersionInfo.AssemblyInformationalVersion);
See Also
- class BuildVersionInfo
- namespace Aspose.Tasks
- assembly Aspose.Tasks