GitVersionOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accepted types of version options
[System.Runtime.Serialization.DataContract]
public enum GitVersionOptions
type GitVersionOptions =
Public Enum GitVersionOptions
- Inheritance
-
GitVersionOptions
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Not specified |
| PreviousChange | 1 | Commit that changed item prior to the current version |
| FirstParent | 2 | First parent of commit (HEAD^) |