gpm-org / gpm

A Github package manager for GitHub. Supports local installations, updates and management of releases published on GitHub.
9 stars 3 forks source link

Fix LibGit2Sharp not working on Linux #21

Closed abheekda1 closed 2 years ago

abheekda1 commented 2 years ago

The latest stable version of LibGit2Sharp is quite old has a dependency of openssl 1.0, which is outdated and not included in many distributions. A preview version released over a year ago removed this dependency so the package has been updated to use a much more recent preview version. LibGit2Sharp.NativeBinaries is included as an alpha as that is what is required by LibGit2Sharp

Also added publish-* folders to the gitignore to skip over folders used for publshing files