Skip to content

Commit 02982a3

Browse files
committed
cleanup
1 parent 821fad1 commit 02982a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/GitVersion.LibGit2Sharp/RepositoryExtensions.cs renamed to src/GitVersion.LibGit2Sharp/Git/RepositoryExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace GitVersion;
22

3-
public static class RepositoryExtensions
3+
internal static class RepositoryExtensions
44
{
55
internal static void RunSafe(Action operation)
66
{

src/GitVersion.LibGit2Sharp/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
GitVersion.GitVersionLibGit2SharpModule
33
GitVersion.GitVersionLibGit2SharpModule.GitVersionLibGit2SharpModule() -> void
44
GitVersion.GitVersionLibGit2SharpModule.RegisterTypes(Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> void
5-
GitVersion.RepositoryExtensions

0 commit comments

Comments
 (0)