Skip to content

Commit 3e23c2e

Browse files
authored
Merge pull request #147 from libgit2/libgit2-163
Update libgit2 to 1.6.3
2 parents 960e10c + bfff666 commit 3e23c2e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>25ec37379ed07b10c4ecc6143cf6018cabc8f857</libgit2_hash>
5-
<libgit2_filename>git2-25ec373</libgit2_filename>
4+
<libgit2_hash>c058aa87dce4c67a3b86b3349beebd64b7bedcd3</libgit2_hash>
5+
<libgit2_filename>git2-c058aa8</libgit2_filename>
66
</PropertyGroup>
77
</Project>

‎nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>25ec37379ed07b10c4ecc6143cf6018cabc8f857</libgit2_hash>
5-
<libgit2_filename>git2-25ec373</libgit2_filename>
4+
<libgit2_hash>c058aa87dce4c67a3b86b3349beebd64b7bedcd3</libgit2_hash>
5+
<libgit2_filename>git2-c058aa8</libgit2_filename>
66
</PropertyGroup>
77
<ItemGroup>
88
<ContentWithTargetPathInclude="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*"TargetPath="lib\win32\x86\%(Filename)%(Extension)"CopyToOutputDirectory="PreserveNewest" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<configuration>
2-
<dllmapos="linux"cpu="x86-64"wordsize="64"dll="git2-25ec373"target="lib/linux-x64/libgit2-25ec373.so" />
3-
<dllmapos="linux"cpu="arm"wordsize="32"dll="git2-25ec373"target="lib/linux-arm/libgit2-25ec373.so" />
4-
<dllmapos="linux"cpu="armv8"wordsize="64"dll="git2-25ec373"target="lib/linux-arm64/libgit2-25ec373.so" />
5-
<dllmapos="osx"cpu="x86-64"wordsize="64"dll="git2-25ec373"target="lib/osx-x64/libgit2-25ec373.dylib" />
6-
<dllmapos="osx"cpu="armv8"wordsize="64"dll="git2-25ec373"target="lib/osx-arm64/libgit2-25ec373.dylib" />
2+
<dllmapos="linux"cpu="x86-64"wordsize="64"dll="git2-c058aa8"target="lib/linux-x64/libgit2-c058aa8.so" />
3+
<dllmapos="linux"cpu="arm"wordsize="32"dll="git2-c058aa8"target="lib/linux-arm/libgit2-c058aa8.so" />
4+
<dllmapos="linux"cpu="armv8"wordsize="64"dll="git2-c058aa8"target="lib/linux-arm64/libgit2-c058aa8.so" />
5+
<dllmapos="osx"cpu="x86-64"wordsize="64"dll="git2-c058aa8"target="lib/osx-x64/libgit2-c058aa8.dylib" />
6+
<dllmapos="osx"cpu="armv8"wordsize="64"dll="git2-c058aa8"target="lib/osx-arm64/libgit2-c058aa8.dylib" />
77
</configuration>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25ec37379ed07b10c4ecc6143cf6018cabc8f857
1+
c058aa87dce4c67a3b86b3349beebd64b7bedcd3

0 commit comments

Comments
(0)