Skip to content

Commit

Permalink
Merge pull request #144 from libgit2/ethomson/v1.6.2
Browse files Browse the repository at this point in the history
Update libgit2 to v1.6.2
  • Loading branch information
ethomson authored Feb 28, 2023
2 parents f580e8c + f35af73 commit 914c75d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions nuget.package/build/LibGit2Sharp.NativeBinaries.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<Project>
<PropertyGroup>
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
<libgit2_hash>8a871d13b7f4e186b8ad943ae5a7fcf30be52e67</libgit2_hash>
<libgit2_filename>git2-8a871d1</libgit2_filename>
<libgit2_hash>25ec37379ed07b10c4ecc6143cf6018cabc8f857</libgit2_hash>
<libgit2_filename>git2-25ec373</libgit2_filename>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<Project>
<PropertyGroup>
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
<libgit2_hash>8a871d13b7f4e186b8ad943ae5a7fcf30be52e67</libgit2_hash>
<libgit2_filename>git2-8a871d1</libgit2_filename>
<libgit2_hash>25ec37379ed07b10c4ecc6143cf6018cabc8f857</libgit2_hash>
<libgit2_filename>git2-25ec373</libgit2_filename>
</PropertyGroup>
<ItemGroup>
<ContentWithTargetPath Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*" TargetPath="lib\win32\x86\%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
Expand Down
12 changes: 6 additions & 6 deletions nuget.package/libgit2/LibGit2Sharp.dll.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-8a871d1" target="lib/linux-x64/libgit2-8a871d1.so" />
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-8a871d1" target="lib/linux-arm/libgit2-8a871d1.so" />
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-8a871d1" target="lib/linux-arm64/libgit2-8a871d1.so" />
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-8a871d1" target="lib/osx-x64/libgit2-8a871d1.dylib" />
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-8a871d1" target="lib/osx-arm64/libgit2-8a871d1.dylib" />
<configuration>
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-25ec373" target="lib/linux-x64/libgit2-25ec373.so" />
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-25ec373" target="lib/linux-arm/libgit2-25ec373.so" />
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-25ec373" target="lib/linux-arm64/libgit2-25ec373.so" />
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-25ec373" target="lib/osx-x64/libgit2-25ec373.dylib" />
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-25ec373" target="lib/osx-arm64/libgit2-25ec373.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 @@
8a871d13b7f4e186b8ad943ae5a7fcf30be52e67
25ec37379ed07b10c4ecc6143cf6018cabc8f857

0 comments on commit 914c75d

Please sign in to comment.