System.Reflection.AssemblyName.Version Property

Gets or sets the major, minor, build, and revision numbers of the assembly.

Syntax

public Version Version { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

All components of the version must be integers greater than or equal to zero. Metadata restricts the major, minor, build, and revision components for an assembly to a maximum value of ushort.MaxValue - 1. If a component exceeds this value, no error is thrown; however, in a dynamic assembly, that component is zero.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0