Skip to content

Commit 9fca61f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into portable
2 parents f2543ec + 3843585 commit 9fca61f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LibGit2Sharp.Portable/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"supports": {
33
},
44
"dependencies": {
5-
"LibGit2Sharp.NativeBinaries": "[1.0.164]",
5+
"LibGit2Sharp.NativeBinaries": "[1.0.165]",
66
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
77
"Nerdbank.GitVersioning": "1.5.51",
88
"System.AppContext": "4.1.0",

LibGit2Sharp/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"LibGit2Sharp.NativeBinaries": "[1.0.164]",
3+
"LibGit2Sharp.NativeBinaries": "[1.0.165]",
44
"Nerdbank.GitVersioning": "1.5.51"
55
},
66
"frameworks": {

nuget.package/LibGit2Sharp.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<iconUrl>https://github.com/libgit2/libgit2sharp/raw/$GitCommitIdShort$/square-logo.png</iconUrl>
1414
<tags>libgit2 git wrapper bindings API dvcs vcs</tags>
1515
<dependencies>
16-
<dependency id="LibGit2Sharp.NativeBinaries" version="[1.0.164]" />
16+
<dependency id="LibGit2Sharp.NativeBinaries" version="[1.0.165]" />
1717
</dependencies>
1818
</metadata>
1919
<files>

0 commit comments

Comments
 (0)