8000 fixup! Check https://github.com/libgit2/libgit2/pull/2798 · GiTechLab/libgit2sharp@56c5312 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56c5312

Browse files
committed
fixup! Check libgit2/libgit2#2798
1 parent d635d4b commit 56c5312

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed
1010 KB
Binary file not shown.
-1000 KB
Binary file not shown.
753 KB
Binary file not shown.
-752 KB
Binary file not shown.

LibGit2Sharp/Core/NativeDllName.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace LibGit2Sharp.Core
22
{
33
internal static class NativeDllName
44
{
5-
public const string Name = "git2-b55aae0";
5+
public const string Name = "git2-a248208";
66
}
77
}

LibGit2Sharp/libgit2_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b55aae079b018f8e4ab8f06690135acd963832e2
1+
a248208dda9af488f6963d06bd5b1dbb9d1a62d5

nuget.package/build/LibGit2Sharp.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-b55aae0.dll">
5-
<Link>NativeBinaries\amd64\git2-b55aae0.dll</Link>
4+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-a248208.dll">
5+
<Link>NativeBinaries\amd64\git2-a248208.dll</Link>
66
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
77
</None>
8-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-b55aae0.pdb">
9-
<Link>NativeBinaries\amd64\git2-b55aae0.pdb</Link>
8+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-a248208.pdb">
9+
<Link>NativeBinaries\amd64\git2-a248208.pdb</Link>
1010
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1111
</None>
12-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-b55aae0.dll">
13-
<Link>NativeBinaries\x86\git2-b55aae0.dll</Link>
12+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-a248208.dll">
13+
<Link>NativeBinaries\x86\git2-a248208.dll</Link>
1414
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1515
</None>
16-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-b55aae0.pdb">
17-
<Link>NativeBinaries\x86\git2-b55aae0.pdb</Link>
16+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-a248208.pdb">
17+
<Link>NativeBinaries\x86\git2-a248208.pdb</Link>
1818
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1919
</None>
2020
</ItemGroup>

0 commit comments

Comments
 (0)
0