Skip to content

LibGit2Sharp v0.31.0

Latest
Compare
Choose a tag to compare
@bording bording released this 03 Dec 08:18
· 1 commit to master since this release
ee53bdd

Changes

  • This release includes libgit2 v1.8.4.
  • The ppc64le architecture is now supported on Linux.
  • .NET 6 has reached end of support, so LibGit2Sharp now targets net472 and net8.0.

Additions

  • Adds Depth to FetchOptions allowing for shallow cloning #2070
  • Make owner validation configurable #2093
  • Add a CloneOptions constructor that takes a FetchOptions #2132

Fixes

  • TreeDefinition.Remove fails to remove unwrapped trees #1869
  • ObjectDatabase.Write(Stream stream...) overload does not respect T #2071
  • Repository.Worktrees.Add leaves now worktree empty #2037