Gets the minimum assembly version to match inclusively, or null if there is no lower bound.

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Version MinVersion { get; }
Visual Basic (Declaration)
Public ReadOnly Property MinVersion As Version

See Also