SaaS CMS has officially launched! Learn more now.

Class 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.

Inheritance
System.Object
VersionComponent
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class VersionComponent : Enum

Fields

Major

Get the major semantic versioning component.

Declaration
public const VersionComponent Major
Field Value
Type Description
VersionComponent

Minor

Get the minor semantic versioning component.

Declaration
public const VersionComponent Minor
Field Value
Type Description
VersionComponent

None

No semantic versioning component.

Declaration
public const VersionComponent None
Field Value
Type Description
VersionComponent

Patch

Get the patch semantic versioning component.

Declaration
public const VersionComponent Patch
Field Value
Type Description
VersionComponent

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods