LibGit2Sharp v0.4 Release Notes

  • โž• Additions

    • Add Repository.Index.Move()
    • Add handling of abbreviated identifiers
    • Add Repository.Discover() (#25)
    • Add TreeEntry.Type

    ๐Ÿ”„ Changes

    • Propagate libgit2 error messages upward
    • Update libgit2 binaries to libgit2/libgit2@33afca4

    ๐Ÿ›  Fixes

    • Prevents GitSharp from throwing when browsing a repository initialized with LibGit2Sharp (#56)
    • Hide the .git directory when initializing a new standard repository (#53)
    • Fix Repository.IsEmpty implementation when HEAD is in detached state (#52)
    • Relaxed handling of bogus signatures (#51)
    • Improve Mono compatibility (#46 and #47)
    • Remove dependency to msvcr100.dll