felixfbecker / PowerGit

Git with the power of the PowerShell object pipeline. For macOS, Linux and Windows.
Apache License 2.0
30 stars 6 forks source link

chore(deps): update libgit2sharp #30

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
LibGit2Sharp 0.26.2 -> 0.30.0 age adoption passing confidence
LibGit2Sharp.NativeBinaries 2.0.306 -> 2.0.322 age adoption passing confidence

Release Notes

libgit2/libgit2sharp (LibGit2Sharp) ### [`v0.30.0`](https://togithub.com/libgit2/libgit2sharp/compare/0.29.0...0.30.0) [Compare Source](https://togithub.com/libgit2/libgit2sharp/compare/0.29.0...0.30.0) ### [`v0.29.0`](https://togithub.com/libgit2/libgit2sharp/releases/tag/0.29.0): LibGit2Sharp v0.29.0 [Compare Source](https://togithub.com/libgit2/libgit2sharp/compare/0.28.0...0.29.0) ##### Changes - This release includes [libgit2 v1.7.1](https://togithub.com/libgit2/libgit2/releases/tag/v1.7.1). - CI changes for the native binaries has removed support for CentOS 7. See [#​2066](https://togithub.com/libgit2/libgit2sharp/pull/2066) for details. ##### Additions - Add proxy options [#​2065](https://togithub.com/libgit2/libgit2sharp/pull/2065) - See PR for details, including some breaking changes to `CloneOptions` and `SubmoduleUpdateOptions` ### [`v0.28.0`](https://togithub.com/libgit2/libgit2sharp/releases/tag/0.28.0): LibGit2Sharp v0.28.0 [Compare Source](https://togithub.com/libgit2/libgit2sharp/compare/0.27.2...0.28.0) ##### Additions - Add CustomHeaders to PushOptions [#​2052](https://togithub.com/libgit2/libgit2sharp/pull/2052) ### [`v0.27.2`](https://togithub.com/libgit2/libgit2sharp/blob/HEAD/CHANGES.md#v0272---diff) [Compare Source](https://togithub.com/libgit2/libgit2sharp/compare/0.27.1...0.27.2) ##### Changes - This release includes [libgit2 v1.6.4](https://togithub.com/libgit2/libgit2/releases/tag/v1.6.4). ##### Fixes - Can't access GIT config (Repository.Config) since v0.27.0 [#​2031](https://togithub.com/libgit2/libgit2sharp/issues/2031) ### [`v0.27.1`](https://togithub.com/libgit2/libgit2sharp/blob/HEAD/CHANGES.md#v0271---diff) [Compare Source](https://togithub.com/libgit2/libgit2sharp/compare/0.27.0...0.27.1) ##### Fixes - AssemblyVersion of v0.27.0 is `0.0.0.0`, which is lower than the AssemblyVersion of the v0.26.x releases. [#​2030](https://togithub.com/libgit2/libgit2sharp/pull/2030) ### [`v0.27.0`](https://togithub.com/libgit2/libgit2sharp/releases/tag/0.27.0): LibGit2Sharp v0.27.0 ##### Changes - LibGit2Sharp now targets .NET Framework 4.7.2 and .NET 6. - This release includes [libgit2 v1.6.3](https://togithub.com/libgit2/libgit2/releases/tag/v1.6.3). - Changes to the native binaries let LibGit2Sharp work on all [.NET 6 supported OS versions and architectures](https://togithub.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md). - `GlobalSetings.NativeLibraryPath` used to automatically append architecture to the path when running on .NET Framework. This behavior has been removed to make it consistent. [#​1918](https://togithub.com/libgit2/libgit2sharp/pull/1918) ##### Additions - Add support for adding and clearing multi-valued configuration [#​1720](https://togithub.com/libgit2/libgit2sharp/pull/1720) - added lines and deleted lines in content changes [#​1790](https://togithub.com/libgit2/libgit2sharp/pull/1790) - Set / get supported extensions [#​1908](https://togithub.com/libgit2/libgit2sharp/pull/1908) - Simplify dealing with missing git objects [#​1909](https://togithub.com/libgit2/libgit2sharp/pull/1909) - Throw NotFoundException if trees are missing when computing diff [#​1936](https://togithub.com/libgit2/libgit2sharp/pull/1936) ##### Fixes - Adjust GitStatusOptions to match structure of native libgit2 [#​1884](https://togithub.com/libgit2/libgit2sharp/pull/1884) - Update git_worktree_add_options struct to include ref pointer [#​1890](https://togithub.com/libgit2/libgit2sharp/pull/1890) - Fix git_remote_connect not throwing on non-zero result [#​1913](https://togithub.com/libgit2/libgit2sharp/pull/1913) - Fix incorrect information in exceptions [#​1919](https://togithub.com/libgit2/libgit2sharp/pull/1919) - Checkout branch looks to remote tracking branches as fallback [#​1820](https://togithub.com/libgit2/libgit2sharp/pull/1820) - Fixed calling into native libgit2 on osx-arm64 [#​1955](https://togithub.com/libgit2/libgit2sharp/pull/1955)
libgit2/libgit2sharp.nativebinaries (LibGit2Sharp.NativeBinaries) ### [`v2.0.322`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.321...2.0.322) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.321...2.0.322) ### [`v2.0.321`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.320...2.0.321) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.320...2.0.321) ### [`v2.0.320`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.319...2.0.320) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.319...2.0.320) ### [`v2.0.319`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.318...2.0.319) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.318...2.0.319) ### [`v2.0.318`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.316...2.0.318) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.316...2.0.318) ### [`v2.0.316`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.315...2.0.316) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.315...2.0.316) ### [`v2.0.315`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.314...2.0.315) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.314...2.0.315) ### [`v2.0.314`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.313...2.0.314) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.313...2.0.314) ### [`v2.0.313`](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.312...2.0.313) [Compare Source](https://togithub.com/libgit2/libgit2sharp.nativebinaries/compare/2.0.312...2.0.313)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.