8000 Native loading: simplify `git_libgit2_init` / `git_libgit2_shutdown` by ethomson · Pull Request #1438 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content

Native loading: simplify git_libgit2_init / git_libgit2_shutdown #1438

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 4 commits into from
Jun 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
NativeMethods: update change log
  • Loading branch information
ethomson committed Jun 24, 2017
commit 9ed8a4781503b7b7de07fa711bea8ae0d7fa30f7
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

### Fixes

- The exception thrown when the native library cannot be loaded is now
able to be caught and will no longer crash the process.

## v0.24 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.23..v0.24))

This is the last release before a moving to .NET Core compatible library.
Expand Down
0