Header menu logo Partas.GitNet

ProjectInitialVersionStrategy Type

Union cases

Union case Description

Mapping IDictionary<string, SemVersion>

Full Usage: Mapping IDictionary<string, SemVersion>

Parameters:

projects are mapped to an initial version

Item : IDictionary<string, SemVersion>

MappingOrSimple(mapping, fallback)

Full Usage: MappingOrSimple(mapping, fallback)

Parameters:

Like mapping, but any that are not explicitly set in the mapping use the fallback like Simple.

mapping : IDictionary<string, SemVersion>
fallback : SemVersion

Simple SemVersion

Full Usage: Simple SemVersion

Parameters:

All receive same initial version

Item : SemVersion

Instance members

Instance member Description

this.IsMapping

Full Usage: this.IsMapping

Returns: bool
Returns: bool

this.IsMappingOrSimple

Full Usage: this.IsMappingOrSimple

Returns: bool
Returns: bool

this.IsSimple

Full Usage: this.IsSimple

Returns: bool
Returns: bool

Type something to start searching.