Skip to content

Commit

Permalink
moved to LibGit2 folder the LibGit2Sharp implementation of IGitReposi…
Browse files Browse the repository at this point in the history
…tory
arturcic committed Jan 7, 2021
1 parent edf3593 commit f083e30
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -7,13 +7,6 @@

namespace GitVersion
{
public class AuthenticationInfo
{
public string Username { get; set; }
public string Password { get; set; }
public string Token { get; set; }
}

public class ObjectId
{
private static readonly LambdaEqualityHelper<ObjectId> equalityHelper =
File renamed without changes.
9 changes: 9 additions & 0 deletions src/GitVersionCore/Model/AuthenticationInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace GitVersion
{
public class AuthenticationInfo
{
public string Username { get; set; }
public string Password { get; set; }
public string Token { get; set; }
}
}

0 comments on commit f083e30

Please sign in to comment.