Property | Type | Description | |
---|---|---|---|
CIRelease | |||
CommitDateUtc | System.DateTime | ||
CommitSha | string | ||
CurrentUserName | string | ||
ExistingVersions | IReadOnlyList |
||
GitSolutionDirectory | string | ||
IsDirtyExplanations | string | ||
Options | SimpleGitVersion.RepositoryInfoOptions | ||
PossibleVersions | IReadOnlyList |
||
PossibleVersionsStrict | IReadOnlyList |
||
PreviousMaxRelease | ITagCommit | ||
PreviousRelease | ITagCommit | ||
ReleaseTagErrorLines | IReadOnlyList |
||
ReleaseTagErrorText | string | ||
ReleaseTagIsNotPossibleError | bool | ||
RepositoryError | string | ||
ValidReleaseTag |
Method | Description | |
---|---|---|
LoadFromPath ( string path, RepositoryInfoOptions>.Func |
Creates a new RepositoryInfo based on a path (that can be below the folder with the '.git' sub folder) and a function that can create a RepositoryInfoOptions from the actual Git repository path.
|
|
LoadFromPath ( string path, SimpleGitVersion.RepositoryInfoOptions options = null ) : |
Creates a new RepositoryInfo based on a path (that can be below the folder with the '.git' sub folder).
|
Method | Description | |
---|---|---|
ComputeIsDirty ( |
||
RepositoryInfo ( ) : System | ||
RepositoryInfo ( |
||
SetError ( StringBuilder errors, IReadOnlyList |
||
TryFindCommit ( SimpleGitVersion.RepositoryInfoOptions options, |
public static LoadFromPath ( string path, RepositoryInfoOptions>.Func |
||
path | string | The path to lookup. |
optionsBuilder | RepositoryInfoOptions>.Func | Function that can create a |
return |
public static LoadFromPath ( string path, SimpleGitVersion.RepositoryInfoOptions options = null ) : |
||
path | string | The path to lookup. |
options | SimpleGitVersion.RepositoryInfoOptions | Optional |
return |
public RepositoryInfoOptions,SimpleGitVersion Options | ||
return | SimpleGitVersion.RepositoryInfoOptions |
public IReadOnlyList |
||
return | IReadOnlyList |
public IReadOnlyList |
||
return | IReadOnlyList |
public bool ReleaseTagIsNotPossibleError | ||
return | bool |