Skip to content

Commit

Permalink
chore(deps): update dependency minver to v4.3.0 (#244)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [MinVer](https://togithub.com/adamralph/minver) | nuget | minor |
`4.2.0` -> `4.3.0` |

---

### Release Notes

<details>
<summary>adamralph/minver</summary>

###
[`v4.3.0`](https://togithub.com/adamralph/minver/blob/HEAD/CHANGELOG.md#&#8203;430)

[Compare
Source](https://togithub.com/adamralph/minver/compare/4.2.0...4.3.0)

##### Enhancements

- [#&#8203;794: Bump NuGet.Versioning from 6.2.1 to
6.3.0](https://togithub.com/adamralph/minver/pull/794)
- [#&#8203;818: Bump NuGet.Versioning from 6.3.0 to
6.3.1](https://togithub.com/adamralph/minver/pull/818)
- [#&#8203;836: Bump NuGet.Versioning from 6.3.1 to
6.4.0](https://togithub.com/adamralph/minver/pull/836)
- [#&#8203;839: replace default pre-release phase with default
pre-release identifiers](https://togithub.com/adamralph/minver/pull/839)
- [#&#8203;841: Bump McMaster.Extensions.CommandLineUtils from 4.0.1 to
4.0.2](https://togithub.com/adamralph/minver/pull/841)

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 12, 2023
1 parent 9e80cdf commit cc30b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0">
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit cc30b79

Please sign in to comment.