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@edwardthomson.com>2018-11-30 01:11:18 +0300
committerGitHub <noreply@github.com>2018-11-30 01:11:18 +0300
commit7e44514f3b24a2ee934d68b2e51a2ac28cfb6a30 (patch)
tree87600162d045a8c84b8b6b405f09c6ab277fbe0f
parent426cdbcfab985e88cc498cc294af466abaf2f5de (diff)
parent9a90a757f1c5be22ae088c501f74e06a115c777a (diff)
Merge pull request #1645 from libgit2/ethomson/natives
Update NativeBinaries to 1.0.258
-rw-r--r--LibGit2Sharp/Core/GitConfigEntry.cs1
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj2
2 files changed, 2 insertions, 1 deletions
diff --git a/LibGit2Sharp/Core/GitConfigEntry.cs b/LibGit2Sharp/Core/GitConfigEntry.cs
index 30550126..9eaa9e46 100644
--- a/LibGit2Sharp/Core/GitConfigEntry.cs
+++ b/LibGit2Sharp/Core/GitConfigEntry.cs
@@ -8,6 +8,7 @@ namespace LibGit2Sharp.Core
{
public char* namePtr;
public char* valuePtr;
+ public uint include_depth;
public uint level;
public void* freePtr;
public void* payloadPtr;
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index bdb7f7a0..2acbf29e 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.252]" PrivateAssets="none" />
+ <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.258]" PrivateAssets="none" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.2.13" PrivateAssets="all" />
</ItemGroup>