Skip to content

Commit cc30b79

Browse files
chore(deps): update dependency minver to v4.3.0 (#244)
[![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>
1 parent 9e80cdf commit cc30b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PropertyGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="MinVer" Version="4.2.0">
44+
<PackageReference Include="MinVer" Version="4.3.0">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageReference>

0 commit comments

Comments
 (0)