We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 426cdbc + 9a90a75 commit 7e44514Copy full SHA for 7e44514
LibGit2Sharp/Core/GitConfigEntry.cs
@@ -8,6 +8,7 @@ internal unsafe struct GitConfigEntry
8
{
9
public char* namePtr;
10
public char* valuePtr;
11
+ public uint include_depth;
12
public uint level;
13
public void* freePtr;
14
public void* payloadPtr;
LibGit2Sharp/LibGit2Sharp.csproj
@@ -29,7 +29,7 @@
29
</ItemGroup>
30
31
<ItemGroup>
32
- <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.252]" PrivateAssets="none" />
+ <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.258]" PrivateAssets="none" />
33
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="all" />
34
<PackageReference Include="Nerdbank.GitVersioning" Version="2.2.13" PrivateAssets="all" />
35
0 commit comments