@@ -146,6 +146,7 @@ GitVersion.Configuration.IPreventIncrementConfiguration
146
146
GitVersion.Configuration.IPreventIncrementConfiguration.OfMergedBranch.get -> bool?
147
147
GitVersion.Configuration.IPreventIncrementConfiguration.WhenBranchMerged.get -> bool?
148
148
GitVersion.Configuration.IPreventIncrementConfiguration.WhenCurrentCommitTagged.get -> bool?
149
+ GitVersion.Configuration.ReferenceNameExtensions
149
150
GitVersion.ConfigurationInfo
150
151
GitVersion.ConfigurationInfo.ConfigurationFile -> string?
151
152
GitVersion.ConfigurationInfo.OverrideConfiguration -> System.Collections.Generic.IReadOnlyDictionary<object!, object?>?
@@ -285,8 +286,6 @@ GitVersion.Git.ReferenceName.IsPullRequest.get -> bool
285
286
GitVersion.Git.ReferenceName.IsRemoteBranch.get -> bool
286
287
GitVersion.Git.ReferenceName.IsTag.get -> bool
287
288
GitVersion.Git.ReferenceName.ReferenceName(string! canonical) -> void
288
- GitVersion.Git.ReferenceName.TryGetSemanticVersion(out (GitVersion.SemanticVersion! Value, string? Name) result, GitVersion.Configuration.EffectiveConfiguration! configuration) -> bool
289
- GitVersion.Git.ReferenceName.TryGetSemanticVersion(out (GitVersion.SemanticVersion! Value, string? Name) result, GitVersion.Configuration.IGitVersionConfiguration! configuration) -> bool
290
289
GitVersion.Git.ReferenceName.TryGetSemanticVersion(out (GitVersion.SemanticVersion! Value, string? Name) result, System.Text.RegularExpressions.Regex! versionPatternRegex, string? tagPrefix, GitVersion.SemanticVersionFormat format) -> bool
291
290
GitVersion.Git.ReferenceName.WithoutOrigin.get -> string!
292
291
GitVersion.Git.RefSpecDirection
@@ -741,6 +740,8 @@ override GitVersion.VersionCalculation.BaseVersionOperator.ToString() -> string!
741
740
override GitVersion.VersionCalculation.NextVersion.Equals(object? other) -> bool
742
741
override GitVersion.VersionCalculation.NextVersion.GetHashCode() -> int
743
742
override GitVersion.VersionCalculation.NextVersion.ToString() -> string!
743
+ static GitVersion.Configuration.ReferenceNameExtensions.TryGetSemanticVersion(this GitVersion.Git.ReferenceName! source, out (GitVersion.SemanticVersion! Value, string? Name) result, GitVersion.Configuration.EffectiveConfiguration! configuration) -> bool
744
+ static GitVersion.Configuration.ReferenceNameExtensions.TryGetSemanticVersion(this GitVersion.Git.ReferenceName! source, out (GitVersion.SemanticVersion! Value, string? Name) result, GitVersion.Configuration.IGitVersionConfiguration! configuration) -> bool
744
745
static GitVersion.Extensions.AssemblyVersionsGeneratorExtensions.GetAssemblyFileVersion(this GitVersion.SemanticVersion! sv, GitVersion.Configuration.AssemblyFileVersioningScheme scheme) -> string?
745
746
static GitVersion.Extensions.AssemblyVersionsGeneratorExtensions.GetAssemblyVersion(this GitVersion.SemanticVersion! sv, GitVersion.Configuration.AssemblyVersioningScheme scheme) -> string?
746
747
static GitVersion.Extensions.CommonExtensions.NotNull<T>(this T? value, string! name = "") -> T!
0 commit comments