Class BuildVersionInfo
Class BuildVersionInfo
Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.2.0)
Contains the current build version information.
public static class BuildVersionInfo
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
AssemblyVersion
The assembly version.
public static readonly string AssemblyVersion
Field Value
FileVersion
The file version.
public static readonly string FileVersion
Field Value
Product
The product title.
public static readonly string Product
Field Value
ProductMajor
The major product version.
public static readonly int ProductMajor
Field Value
ProductMinor
The minor product version.
public static readonly int ProductMinor
Field Value
ReleaseDate
The product release date.
public static readonly DateTime ReleaseDate