CrVersionSpecificity
specificity level
Public Enum CrVersionSpecificity
Values
- CrVersionSpecificityMajor
-
The version instance has one level (contains a single number only).
- CrVersionSpecificityMinor
-
The version instance has two levels (major and minor).
- CrVersionSpecificityPatch
-
The version instance has three levels (major, minor, and patch).
- CrVersionSpecificitySnapshot
-
The version instance has four levels (major, minor, patch, and snapshot).
Remarks
See Also
Project crgenlib Overview
Class CrVersion Overview
CrVersion Properties
CrVersion Methods
Initialize