This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ static class Constants
11
11
public const string TraceLoggingKey = "EnableTraceLogging" ;
12
12
13
13
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 ) ;
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ namespace GitHub.Unity
6
6
{
7
7
class GitInstaller : IGitInstaller
8
8
{
9
- public const string WindowsGitLfsExecutableMD5 = "ef51379a06577bcdeef372d297d6cd7f " ;
10
- public const string MacGitLfsExecutableMD5 = "2b324cbfbb9196cf6a3c0a0918c434c7 " ;
9
+ public const string WindowsGitLfsExecutableMD5 = "177bb14d0c08f665a24f0d5516c3b080 " ;
10
+ public const string MacGitLfsExecutableMD5 = "f81a1a065a26a4123193e8fd96c561ad " ;
11
11
12
12
private const string PortableGitExpectedVersion = "f02737a78695063deace08e96d5042710d3e32db" ;
13
13
private const string PackageName = "PortableGit" ;
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b30e08751549f70f052eda49e0e2875ce006c98d013a17c46943b830f22e867
3
- size 2780647
2
+ oid sha256:5bde4722bdbb24ec6651aa2ab559bfa6e85d31ee9e4195c81f6d6fa7548cacc6
3
+ size 2905910
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:64b2e9186ff553f2e4afe4db38b21d27e3dde08f3347ff8ea88c667dfcefb92f
3
- size 2807324
2
+ oid sha256:6a4699fe6028a3727d76b218a10a7e9c6276f097b8ebd782f2e7b3418dacda07
3
+ size 2652291
You can’t perform that action at this time.
0 commit comments