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

Commit d402c55

Browse files
Update to Git LFS 2.3.4
1 parent 651a146 commit d402c55

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/GitHub.Api/Helpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ static class Constants
1111
public const string TraceLoggingKey = "EnableTraceLogging";
1212

1313
public static readonly Version MinimumGitVersion = new Version(2, 11, 0);
14-
public static readonly Version MinimumGitLfsVersion = new Version(2, 2, 0);
14+
public static readonly Version MinimumGitLfsVersion = new Version(2, 3, 4);
1515
}
1616
}

src/GitHub.Api/Installer/GitInstaller.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace GitHub.Unity
66
{
77
class GitInstaller : IGitInstaller
88
{
9-
public const string WindowsGitLfsExecutableMD5 = "ef51379a06577bcdeef372d297d6cd7f";
10-
public const string MacGitLfsExecutableMD5 = "2b324cbfbb9196cf6a3c0a0918c434c7";
9+
public const string WindowsGitLfsExecutableMD5 = "177bb14d0c08f665a24f0d5516c3b080";
10+
public const string MacGitLfsExecutableMD5 = "f81a1a065a26a4123193e8fd96c561ad";
1111

1212
private const string PortableGitExpectedVersion = "f02737a78695063deace08e96d5042710d3e32db";
1313
private const string PackageName = "PortableGit";
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8b30e08751549f70f052eda49e0e2875ce006c98d013a17c46943b830f22e867
3-
size 2780647
2+
oid sha256:5bde4722bdbb24ec6651aa2ab559bfa6e85d31ee9e4195c81f6d6fa7548cacc6
3+
size 2905910
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:64b2e9186ff553f2e4afe4db38b21d27e3dde08f3347ff8ea88c667dfcefb92f
3-
size 2807324
2+
oid sha256:6a4699fe6028a3727d76b218a10a7e9c6276f097b8ebd782f2e7b3418dacda07
3+
size 2652291

0 commit comments

Comments
 (0)