Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01f0e9b

Browse files
A-Ovchinnikov-mxYuKitsune
A-Ovchinnikov-mx
andauthoredSep 28, 2021
Update libgit2 to v1.3.0 (#17)
* Update to libgit2 v1.3.0 and bump version * Fix git_remote_connect not throwing on non-zero result See libgit2/libgit2sharp#1913 Co-authored-by: Eoin Motherway <[email protected]>
1 parent 8988bef commit 01f0e9b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎LibGit2Sharp/Core/Proxy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,7 @@ public static unsafe void git_remote_connect(RemoteHandle remote, GitDirection d
21642164
catch (Exception)
21652165
{
21662166
customHeaders.Dispose();
2167+
throw;
21672168
}
21682169
}
21692170

‎LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Mendix.LibGit2Sharp.NativeBinaries" Version="[1.120.0]" PrivateAssets="none" />
37+
<PackageReference Include="Mendix.LibGit2Sharp.NativeBinaries" Version="[1.130.0]" PrivateAssets="none" />
3838
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
3939
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.220" PrivateAssets="all" />
4040
</ItemGroup>

‎version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.120.0",
3+
"version": "1.130.0",
44
"cloudBuild": {
55
"buildNumber": {
66
"enabled": true

0 commit comments

Comments
 (0)
Please sign in to comment.