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-29 14:05:33 +0300
committerGitHub <noreply@github.com>2018-11-29 14:05:33 +0300
commitbfad9d7830c11fe8cefdb2416be247dec4ae7114 (patch)
treef8dcfdbe5377e55c0ae8e351270c29bc9ce997ab
parent044763a9cb39c825797c0e82a72e959012b5e2f6 (diff)
parent34ab01f4f2d5b5ba240146f7686fe314024e2fcf (diff)
Merge pull request #1642 from libgit2/ethomson/0_25
Update NativeBinaries to libgit2 0.27.7 (plus transport fix)
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index 47a52070..5cc0bdd1 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -32,7 +32,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.235]" PrivateAssets="none" />
+ <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.252]" PrivateAssets="none" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.1.23" PrivateAssets="all" />
<PackageReference Include="SourceLink.Create.GitHub" Version="2.8.0" PrivateAssets="all" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.0" />