Skip to content

Commit cdec115

Browse files
committed
Mark public API as shipped
1 parent 3a7e655 commit cdec115

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/GitVersion.Core/PublicAPI.Shipped.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ GitVersion.Common.IRepositoryStore.FindMergeBase(GitVersion.Git.IBranch? branch,
2828
GitVersion.Common.IRepositoryStore.FindMergeBase(GitVersion.Git.ICommit! commit, GitVersion.Git.ICommit! mainlineTip) -> GitVersion.Git.ICommit?
2929
GitVersion.Common.IRepositoryStore.GetBranchesContainingCommit(GitVersion.Git.ICommit! commit, System.Collections.Generic.IEnumerable<GitVersion.Git.IBranch!>? branches = null, bool onlyTrackedBranches = false) -> System.Collections.Generic.IEnumerable<GitVersion.Git.IBranch!>!
3030
GitVersion.Common.IRepositoryStore.GetCommitLog(GitVersion.Git.ICommit? baseVersionSource, GitVersion.Git.ICommit! currentCommit, GitVersion.Configuration.IIgnoreConfiguration! ignore) -> System.Collections.Generic.IReadOnlyList<GitVersion.Git.ICommit!>!
31+
GitVersion.Common.IRepositoryStore.GetCommitsReacheableFrom(GitVersion.Git.ICommit! commit, GitVersion.Git.IBranch! branch) -> System.Collections.Generic.IReadOnlyList<GitVersion.Git.ICommit!>!
3132
GitVersion.Common.IRepositoryStore.GetCommitsReacheableFromHead(GitVersion.Git.ICommit? headCommit, GitVersion.Configuration.IIgnoreConfiguration! ignore) -> System.Collections.Generic.IReadOnlyList<GitVersion.Git.ICommit!>!
3233
GitVersion.Common.IRepositoryStore.GetCurrentCommit(GitVersion.Git.IBranch! currentBranch, string? commitId, GitVersion.Configuration.IIgnoreConfiguration! ignore) -> GitVersion.Git.ICommit?
3334
GitVersion.Common.IRepositoryStore.GetForwardMerge(GitVersion.Git.ICommit? commitToFindCommonBase, GitVersion.Git.ICommit? findMergeBase) -> GitVersion.Git.ICommit?
@@ -220,8 +221,10 @@ GitVersion.Git.IBranchCollection.this[string! name].get -> GitVersion.Git.IBranc
220221
GitVersion.Git.IBranchCollection.UpdateTrackedBranch(GitVersion.Git.IBranch! branch, string! remoteTrackingReferenceName) -> void
221222
GitVersion.Git.ICommit
222223
GitVersion.Git.ICommit.DiffPaths.get -> System.Collections.Generic.IReadOnlyList<string!>!
224+
GitVersion.Git.ICommit.Id.get -> GitVersion.Git.IObjectId!
223225
GitVersion.Git.ICommit.Message.get -> string!
224226
GitVersion.Git.ICommit.Parents.get -> System.Collections.Generic.IReadOnlyList<GitVersion.Git.ICommit!>!
227+
GitVersion.Git.ICommit.Sha.get -> string!
225228
GitVersion.Git.ICommit.When.get -> System.DateTimeOffset
226229
GitVersion.Git.ICommitCollection
227230
GitVersion.Git.ICommitCollection.GetCommitsPriorTo(System.DateTimeOffset olderThan) -> System.Collections.Generic.IEnumerable<GitVersion.Git.ICommit!>!
@@ -235,6 +238,7 @@ GitVersion.Git.IGitRepository.Head.get -> GitVersion.Git.IBranch!
235238
GitVersion.Git.IGitRepository.IsHeadDetached.get -> bool
236239
GitVersion.Git.IGitRepository.IsShallow.get -> bool
237240
GitVersion.Git.IGitRepository.Path.get -> string!
241+
GitVersion.Git.IGitRepository.References.get -> GitVersion.Git.IReferenceCollection!
238242
GitVersion.Git.IGitRepository.Remotes.get -> GitVersion.Git.IRemoteCollection!
239243
GitVersion.Git.IGitRepository.Tags.get -> GitVersion.Git.ITagCollection!
240244
GitVersion.Git.IGitRepository.UncommittedChangesCount() -> int
@@ -364,6 +368,7 @@ GitVersion.IGitPreparer.Prepare() -> void
364368
GitVersion.IGitVersionCalculateTool
365369
GitVersion.IGitVersionCalculateTool.CalculateVersionVariables() -> GitVersion.OutputVariables.GitVersionVariables!
366370
GitVersion.IGitVersionContextFactory
371+
GitVersion.IGitVersionContextFactory.Create() -> GitVersion.GitVersionContext!
367372
GitVersion.IGitVersionModule
368373
GitVersion.IGitVersionModule.FindAllDerivedTypes<T>(System.Reflection.Assembly? assembly) -> System.Collections.Generic.IEnumerable<System.Type!>!
369374
GitVersion.IGitVersionModule.RegisterTypes(Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> void
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
#nullable enable
2-
GitVersion.Common.IRepositoryStore.GetCommitsReacheableFrom(GitVersion.Git.ICommit! commit, GitVersion.Git.IBranch! branch) -> System.Collections.Generic.IReadOnlyList<GitVersion.Git.ICommit!>!
3-
GitVersion.Git.ICommit.Id.get -> GitVersion.Git.IObjectId!
4-
GitVersion.Git.ICommit.Sha.get -> string!
5-
GitVersion.Git.IGitRepository.References.get -> GitVersion.Git.IReferenceCollection!
6-
GitVersion.IGitVersionContextFactory.Create() -> GitVersion.GitVersionContext!

0 commit comments

Comments
 (0)