Skip to content

Commit d37c600

Browse files
committed
Update libgit2 to v1.8.0
1 parent 2c5c31e commit d37c600

5 files changed

+11
-11
lines changed

libgit2

Submodule libgit2 updated 312 files
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>a418d9d4ab87bae16b87d8f37143a4687ae0e4b2</libgit2_hash>
5-
<libgit2_filename>git2-a418d9d</libgit2_filename>
4+
<libgit2_hash>2c5c31e8119c8b068066cf755573cb9dd8c78fbb</libgit2_hash>
5+
<libgit2_filename>git2-2c5c31e</libgit2_filename>
66
</PropertyGroup>
77
</Project>

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

+2-2
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>a418d9d4ab87bae16b87d8f37143a4687ae0e4b2</libgit2_hash>
5-
<libgit2_filename>git2-a418d9d</libgit2_filename>
4+
<libgit2_hash>2c5c31e8119c8b068066cf755573cb9dd8c78fbb</libgit2_hash>
5+
<libgit2_filename>git2-2c5c31e</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 @@
11
<configuration>
2-
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-a418d9d" target="lib/linux-x64/libgit2-a418d9d.so" />
3-
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-a418d9d" target="lib/linux-arm/libgit2-a418d9d.so" />
4-
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-a418d9d" target="lib/linux-arm64/libgit2-a418d9d.so" />
5-
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-a418d9d" target="lib/osx-x64/libgit2-a418d9d.dylib" />
6-
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-a418d9d" target="lib/osx-arm64/libgit2-a418d9d.dylib" />
2+
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-2c5c31e" target="lib/linux-x64/libgit2-2c5c31e.so" />
3+
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-2c5c31e" target="lib/linux-arm/libgit2-2c5c31e.so" />
4+
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-2c5c31e" target="lib/linux-arm64/libgit2-2c5c31e.so" />
5+
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-2c5c31e" target="lib/osx-x64/libgit2-2c5c31e.dylib" />
6+
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-2c5c31e" target="lib/osx-arm64/libgit2-2c5c31e.dylib" />
77
</configuration>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a418d9d4ab87bae16b87d8f37143a4687ae0e4b2
1+
2c5c31e8119c8b068066cf755573cb9dd8c78fbb

0 commit comments

Comments
 (0)