Enum VersionComponent
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Semantic versioning component.
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum VersionComponent
Fields
Name | Description |
---|---|
Major | Get the major semantic versioning component. |
Minor | Get the minor semantic versioning component. |
None | No semantic versioning component. |
Patch | Get the patch semantic versioning component. |