From 88cf9a7b8f1732ae8a2953816895989bb2ae9403 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 3 Aug 2016 22:40:57 -0400 Subject: [PATCH] Update libgit2 natives to 1.0.160 --- LibGit2Sharp/Commands/Fetch.cs | 2 ++ LibGit2Sharp/Core/GitDiff.cs | 1 + LibGit2Sharp/Core/GitErrorCategory.cs | 1 + LibGit2Sharp/Core/GitFetchOptions.cs | 1 + LibGit2Sharp/Core/GitProxyOptions.cs | 23 ++++++++++++++ LibGit2Sharp/Core/GitPushOptions.cs | 1 + LibGit2Sharp/Core/GitSubmoduleOptions.cs | 4 ++- LibGit2Sharp/Core/NativeMethods.cs | 20 +++--------- LibGit2Sharp/Core/Proxy.cs | 40 +++++++++++++----------- LibGit2Sharp/LibGit2Sharp.csproj | 5 +-- LibGit2Sharp/Network.cs | 4 ++- LibGit2Sharp/PackBuilder.cs | 4 +-- LibGit2Sharp/Repository.cs | 7 +++-- LibGit2Sharp/SubmoduleCollection.cs | 4 +-- LibGit2Sharp/packages.config | 2 +- 15 files changed, 74 insertions(+), 45 deletions(-) create mode 100644 LibGit2Sharp/Core/GitProxyOptions.cs diff --git a/LibGit2Sharp/Commands/Fetch.cs b/LibGit2Sharp/Commands/Fetch.cs index a42b4e47c..ed8ca66c0 100644 --- a/LibGit2Sharp/Commands/Fetch.cs +++ b/LibGit2Sharp/Commands/Fetch.cs @@ -71,6 +71,8 @@ public static void Fetch(Repository repository, string remote, IEnumerable diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index bb9653c85..e436644ab 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -77,6 +77,7 @@ + @@ -383,7 +384,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +