Property FileVersion
- Namespace
- Ubiquity.NET.Versioning
- Assembly
- Ubiquity.NET.Versioning.dll
FileVersion
Gets the FileVersionQuad representation of this CSemVer
public FileVersionQuad FileVersion { get; }
Property Value
Remarks
Since a FileVersionQuad is entirely numeric the conversion is somewhat "lossy" but does NOT lose any relation to other released versions converted. That, is the loss does not include any CI information, only that it was a CI build. Two CI builds with the same base version will produce the same value! CI builds are not intended for long term stability and this is not a bug but a design of how CSemVer (and CSemVer-CI) work to produce a FileVersionQuad.