@@ -146,6 +146,7 @@ GitVersion.Configuration.IPreventIncrementConfiguration
146146GitVersion.Configuration.IPreventIncrementConfiguration.OfMergedBranch.get -> bool?
147147GitVersion.Configuration.IPreventIncrementConfiguration.WhenBranchMerged.get -> bool?
148148GitVersion.Configuration.IPreventIncrementConfiguration.WhenCurrentCommitTagged.get -> bool?
149+ GitVersion.Configuration.ReferenceNameExtensions
149150GitVersion.ConfigurationInfo
150151GitVersion.ConfigurationInfo.ConfigurationFile -> string?
151152GitVersion.ConfigurationInfo.OverrideConfiguration -> System.Collections.Generic.IReadOnlyDictionary<object!, object?>?
@@ -285,8 +286,6 @@ GitVersion.Git.ReferenceName.IsPullRequest.get -> bool
285286GitVersion.Git.ReferenceName.IsRemoteBranch.get -> bool
286287GitVersion.Git.ReferenceName.IsTag.get -> bool
287288GitVersion.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
290289GitVersion.Git.ReferenceName.TryGetSemanticVersion(out (GitVersion.SemanticVersion! Value, string? Name) result, System.Text.RegularExpressions.Regex! versionPatternRegex, string? tagPrefix, GitVersion.SemanticVersionFormat format) -> bool
291290GitVersion.Git.ReferenceName.WithoutOrigin.get -> string!
292291GitVersion.Git.RefSpecDirection
@@ -741,6 +740,8 @@ override GitVersion.VersionCalculation.BaseVersionOperator.ToString() -> string!
741740override GitVersion.VersionCalculation.NextVersion.Equals(object? other) -> bool
742741override GitVersion.VersionCalculation.NextVersion.GetHashCode() -> int
743742override 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
744745static GitVersion.Extensions.AssemblyVersionsGeneratorExtensions.GetAssemblyFileVersion(this GitVersion.SemanticVersion! sv, GitVersion.Configuration.AssemblyFileVersioningScheme scheme) -> string?
745746static GitVersion.Extensions.AssemblyVersionsGeneratorExtensions.GetAssemblyVersion(this GitVersion.SemanticVersion! sv, GitVersion.Configuration.AssemblyVersioningScheme scheme) -> string?
746747static GitVersion.Extensions.CommonExtensions.NotNull<T>(this T? value, string! name = "") -> T!
0 commit comments