App-vNext / Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
https://www.thepollyproject.org
BSD 3-Clause "New" or "Revised" License
13.35k stars 1.22k forks source link

Bump MinVer from 5.0.0 to 6.0.0 #2280

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps MinVer from 5.0.0 to 6.0.0.

Changelog

Sourced from MinVer's changelog.

6.0.0

Enhancements

Commits
  • a3eb608 Merge pull request #1039 from adamralph/update-changelog
  • 9c19014 update changelog
  • 42f35a0 Merge pull request #1034 from iwillspeak/patch-1
  • b18a7a1 respect DOTNET_HOST_PATH if set
  • e68e5f0 Merge pull request #1037 from adamralph/dependabot/nuget/NuGet.Versioning-6.11.0
  • e52c759 Merge pull request #1035 from adamralph/dependabot/github_actions/actions/upl...
  • 16ca8b9 Merge pull request #1038 from adamralph/dependabot/github_actions/super-linte...
  • 1f5df0c Merge pull request #1021 from adamralph/msbuild-caching
  • af1e44b Merge pull request #1031 from adamralph/tag-beats-min-major-minor
  • 8b439a9 tagged version wins even if MinVerMinimumMajorMinor is higher
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)