Skip to content

Commit 914c75d

Browse files
authored
Merge pull request #144 from libgit2/ethomson/v1.6.2
Update libgit2 to v1.6.2
2 parents f580e8c + f35af73 commit 914c75d

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>8a871d13b7f4e186b8ad943ae5a7fcf30be52e67</libgit2_hash>
5-
<libgit2_filename>git2-8a871d1</libgit2_filename>
4+
<libgit2_hash>25ec37379ed07b10c4ecc6143cf6018cabc8f857</libgit2_hash>
5+
<libgit2_filename>git2-25ec373</libgit2_filename>
66
</PropertyGroup>
77
</Project>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>8a871d13b7f4e186b8ad943ae5a7fcf30be52e67</libgit2_hash>
5-
<libgit2_filename>git2-8a871d1</libgit2_filename>
4+
<libgit2_hash>25ec37379ed07b10c4ecc6143cf6018cabc8f857</libgit2_hash>
5+
<libgit2_filename>git2-25ec373</libgit2_filename>
66
</PropertyGroup>
77
<ItemGroup>
88
<ContentWithTargetPath Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*" TargetPath="lib\win32\x86\%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<configuration>
2-
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-8a871d1" target="lib/linux-x64/libgit2-8a871d1.so" />
3-
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-8a871d1" target="lib/linux-arm/libgit2-8a871d1.so" />
4-
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-8a871d1" target="lib/linux-arm64/libgit2-8a871d1.so" />
5-
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-8a871d1" target="lib/osx-x64/libgit2-8a871d1.dylib" />
6-
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-8a871d1" target="lib/osx-arm64/libgit2-8a871d1.dylib" />
1+
<configuration>
2+
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-25ec373" target="lib/linux-x64/libgit2-25ec373.so" />
3+
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-25ec373" target="lib/linux-arm/libgit2-25ec373.so" />
4+
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-25ec373" target="lib/linux-arm64/libgit2-25ec373.so" />
5+
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-25ec373" target="lib/osx-x64/libgit2-25ec373.dylib" />
6+
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-25ec373" target="lib/osx-arm64/libgit2-25ec373.dylib" />
77
</configuration>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8a871d13b7f4e186b8ad943ae5a7fcf30be52e67
1+
25ec37379ed07b10c4ecc6143cf6018cabc8f857

0 commit comments

Comments
 (0)