New
LibGit2Sharp v0.31.0
Changes
- This release includes libgit2 v1.8.4.
- SSH is now supported through libgit2's support for OpenSSH.
- The ppc64le architecture is now supported on Linux.
- .NET 6 has reached end of support, so LibGit2Sharp now targets
net472andnet8.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