ProjectInitialVersionStrategy Type
Union cases
| Union case |
Description
|
Full Usage:
Mapping IDictionary<string, SemVersion>
Parameters:
IDictionary<string, SemVersion>
|
projects are mapped to an initial version
|
Full Usage:
MappingOrSimple(mapping, fallback)
Parameters:
IDictionary<string, SemVersion>
fallback : SemVersion
|
Like mapping, but any that are not explicitly set in the mapping use the fallback like Simple.
|
|
All receive same initial version
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMapping
Returns: bool
|
|
Full Usage:
this.IsMappingOrSimple
Returns: bool
|
|
Full Usage:
this.IsSimple
Returns: bool
|
|
Partas.GitNet