Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LibGit2Sharp v0.31.0 source code.tar.gz | 2024-12-03 | 1.9 MB | |
LibGit2Sharp v0.31.0 source code.zip | 2024-12-03 | 2.6 MB | |
README.md | 2024-12-03 | 1.1 kB | |
Totals: 3 Items | 4.5 MB | 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
net472
andnet8.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