Skip to content

Commit

Permalink
Update libgit2 to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jairbubbles committed Aug 16, 2021
1 parent 8bb23e3 commit 5ea0d25
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion libgit2
Submodule libgit2 updated 803 files
4 changes: 2 additions & 2 deletions nuget.package/build/LibGit2Sharp.NativeBinaries.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
<libgit2_hash>6777db8e8343014d57c41b335e0c60af44d4e9f2</libgit2_hash>
<libgit2_filename>git2-6777db8</libgit2_filename>
<libgit2_hash>7f4fa178629d559c037a1f72f79f79af9c1ef8ce</libgit2_hash>
<libgit2_filename>git2-7f4fa17</libgit2_filename>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
<libgit2_hash>6777db8e8343014d57c41b335e0c60af44d4e9f2</libgit2_hash>
<libgit2_filename>git2-6777db8</libgit2_filename>
<libgit2_hash>7f4fa178629d559c037a1f72f79f79af9c1ef8ce</libgit2_hash>
<libgit2_filename>git2-7f4fa17</libgit2_filename>
</PropertyGroup>
<ItemGroup>
<ContentWithTargetPath Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*" TargetPath="lib\win32\x86\%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
Expand Down
8 changes: 4 additions & 4 deletions nuget.package/libgit2/LibGit2Sharp.dll.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<configuration>
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-6777db8" target="lib/linux-x64/libgit2-6777db8.so" />
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-6777db8" target="lib/linux-arm/libgit2-6777db8.so" />
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-6777db8" target="lib/linux-arm64/libgit2-6777db8.so" />
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-6777db8" target="lib/osx-x64/libgit2-6777db8.dylib" />
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-7f4fa17" target="lib/linux-x64/libgit2-7f4fa17.so" />
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-7f4fa17" target="lib/linux-arm/libgit2-7f4fa17.so" />
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-7f4fa17" target="lib/linux-arm64/libgit2-7f4fa17.so" />
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-7f4fa17" target="lib/osx-x64/libgit2-7f4fa17.dylib" />
</configuration>
2 changes: 1 addition & 1 deletion nuget.package/libgit2/libgit2_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6777db8e8343014d57c41b335e0c60af44d4e9f2
7f4fa178629d559c037a1f72f79f79af9c1ef8ce

0 comments on commit 5ea0d25

Please sign in to comment.