Property PreRelease
- Namespace
- Ubiquity.NET.Versioning
- Assembly
- Ubiquity.NET.Versioning.dll
PreRelease
Gets the pre-release components of the version
public ImmutableArray<string> PreRelease { get; }
Property Value
Remarks
Each component is either an alphanumeric identifier or a numeric identifier. This collection contains only the identifiers (no prefix or delimiters).