Skip to content
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

Problem using minver on ubuntu 18.04 #177

Merged
merged 1 commit into from
Dec 19, 2018

Conversation

yreynhout
Copy link
Contributor

  • Upgraded dependencies which seems to fix the LibGit2Sharp native dll loading issue.

Copy link
Owner

@adamralph adamralph left a comment

Choose a reason for hiding this comment

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

Thanks for raising this @yreynhout!

targets/Targets.csproj Outdated Show resolved Hide resolved
@@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.25.3" />
<PackageReference Include="LibGit2Sharp" Version="0.26.0-preview-0070" />
Copy link
Owner

Choose a reason for hiding this comment

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

@bording what's your view on MinVer taking this pre-release dep?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it should be fine. Preview 70 is also the one that removes the curl dependency, so that is another reason to do it.

Copy link
Contributor

Choose a reason for hiding this comment

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

It would fix this issue: #171

Copy link
Owner

Choose a reason for hiding this comment

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

Thanks @bording.

Thanks @slang25, that's true. I've raised #179 to update the README.

@adamralph adamralph added this to the 1.0.0 milestone Dec 19, 2018
@adamralph adamralph merged commit cc2cdd5 into adamralph:master Dec 19, 2018
@adamralph
Copy link
Owner

Released in beta 2.

adamralph added a commit that referenced this pull request Jan 6, 2019
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.

None yet

4 participants