Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6182345

Browse files
committed
Lower minimum git versions a bit more
1 parent f65f713 commit 6182345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub.Api/Helpers/Constants.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
namespace GitHub.Unity
42
{
53
static class Constants
@@ -21,7 +19,9 @@ static class Constants
2119
public const string SkipVersionKey = "SkipVersion";
2220
public const string GitInstallationState = "GitInstallationState";
2321

24-
public static readonly TheVersion MinimumGitVersion = TheVersion.Parse("2.11");
22+
public static readonly TheVersion MinimumGitVersion = TheVersion.Parse("2.0");
2523
public static readonly TheVersion MinimumGitLfsVersion = TheVersion.Parse("2.0");
24+
public static readonly TheVersion DesiredGitVersion = TheVersion.Parse("2.11");
25+
public static readonly TheVersion DesiredGitLfsVersion = TheVersion.Parse("2.4");
2626
}
2727
}

0 commit comments

Comments
 (0)