Skip to content

Commit f083e30

Browse files
committed
moved to LibGit2 folder the LibGit2Sharp implementation of IGitRepository
1 parent edf3593 commit f083e30

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

src/GitVersionCore/Core/GitModel.cs renamed to src/GitVersionCore/LibGit2/GitObjects.cs

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77

88
namespace GitVersion
99
{
10-
public class AuthenticationInfo
11-
{
12-
public string Username { get; set; }
13-
public string Password { get; set; }
14-
public string Token { get; set; }
15-
}
16-
1710
public class ObjectId
1811
{
1912
private static readonly LambdaEqualityHelper<ObjectId> equalityHelper =
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
namespace GitVersion
2+
{
3+
public class AuthenticationInfo
4+
{
5+
public string Username { get; set; }
6+
public string Password { get; set; }
7+
public string Token { get; set; }
8+
}
9+
}

0 commit comments

Comments
 (0)