Skip to content

Update libgit2 to 2ca088b #1456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 14, 2017
Merged

Update libgit2 to 2ca088b #1456

merged 5 commits into from
Jun 14, 2017

Conversation

ethomson
Copy link
Member

No description provided.

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LibGit2Sharp.NativeBinaries" version="1.0.165" targetFramework="net40" allowedVersions="[1.0.165]" />
</packages>
<package id="LibGit2Sharp.NativeBinaries" version="1.0.183" targetFramework="net40" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're missing the allowedVersions attribute here.

@ethomson ethomson force-pushed the ethomson/update_libgit2 branch from a695fd5 to 276ac15 Compare June 13, 2017 06:55
@ethomson
Copy link
Member Author

Hmm. Looks like the Unix platforms aren't loading their native libraries... they're in the nuget and, from the logs, it looks like they're getting deployed correctly.

@bording any ideas why this might happen?

@bording
Copy link
Member

bording commented Jun 13, 2017

Hmm, Travis is currently configured to use the latest version of mono, which is now 5.0. I know it was working fine with 4.8, so maybe try modifying the Travis config to run against 4.8 and see if that's what has changed?

@ethomson
Copy link
Member Author

Huh. Good call!

@bording
Copy link
Member

bording commented Jun 13, 2017

So now the question is what changed in 5.0 to break this? I'll play around with it a bit to try and figure out what the problem is.

@ethomson ethomson merged commit 1d6a319 into master Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants