Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 286 Bytes

File metadata and controls

7 lines (5 loc) · 286 Bytes

Meziantou.Framework.Versioning

Provide SemanticVersion which allows to parse semantic version 2.0.0. It allows provide comparison methods and operators to compare multiple semantic versions.

var semanticVersion = SemanticVersion.Parse("1.2.3");