Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-12-17 23:39:08 +0300
committerEdward Thomson <ethomson@microsoft.com>2014-12-17 23:39:08 +0300
commitf54529997b6ad841be524654d9e9074ab8e7d41d (patch)
tree46726a08e39be5ab677df1e35736215b26cd52c0 /nuget.package
parent8c48d396da0752fa291b2e2fc9b981674fdfbf8b (diff)
Update libgit2 to dce7b1a
https://github.com/libgit2/libgit2/compare/4eb97ef3bf18403fbce351ae4cac673655d2886a...dce7b1a4e75551804a33591744d40d0582c57cfb
Diffstat (limited to 'nuget.package')
-rw-r--r--nuget.package/build/LibGit2Sharp.props16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuget.package/build/LibGit2Sharp.props b/nuget.package/build/LibGit2Sharp.props
index 1304f0ec..c53c7d68 100644
--- a/nuget.package/build/LibGit2Sharp.props
+++ b/nuget.package/build/LibGit2Sharp.props
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-4eb97ef.dll">
- <Link>NativeBinaries\amd64\git2-4eb97ef.dll</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-dce7b1a.dll">
+ <Link>NativeBinaries\amd64\git2-dce7b1a.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-4eb97ef.pdb">
- <Link>NativeBinaries\amd64\git2-4eb97ef.pdb</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-dce7b1a.pdb">
+ <Link>NativeBinaries\amd64\git2-dce7b1a.pdb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-4eb97ef.dll">
- <Link>NativeBinaries\x86\git2-4eb97ef.dll</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-dce7b1a.dll">
+ <Link>NativeBinaries\x86\git2-dce7b1a.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-4eb97ef.pdb">
- <Link>NativeBinaries\x86\git2-4eb97ef.pdb</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-dce7b1a.pdb">
+ <Link>NativeBinaries\x86\git2-dce7b1a.pdb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>