LibGit2Sharp v0.9.5 Release Notes

  • ➕ Additions

    • Add support to create, retrieve, list and remove object notes (#140)
    • Make Repository able to rely on specified global and system config files (#157)

    🔄 Changes

    • Remove repo.Branches.Checkout()
    • Remove Tree.Files
    • Update libgit2 binaries to libgit2/libgit2@4c977a6

    🛠 Fixes

    • Allow initialization of a repository located on a network path (#153)