Class VersionConfiguration
Configuration for the version to be calculated.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SimpleVersion.Configuration
Assembly: SimpleVersion.Abstractions.dll
Syntax
public class VersionConfiguration
Properties
| Improve this Doc View SourceLabel
Gets or sets the label parts to use in the generated version.
Declaration
public List<string> Label { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Metadata
Gets or sets the Metadata parts to use in the generated version.
Declaration
public List<string> Metadata { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
OffSet
Gets or sets the offset to apply to the generated height.
Declaration
public int OffSet { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Version
Gets or sets the base version string.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |