Skip to content

Commit f44fec1

Browse files
chore(deps): update dependency testably.abstractions.testing to v3.1.0 (#103)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Testably.Abstractions.Testing](https://togithub.com/Testably/Testably.Abstractions) | `3.0.1` -> `3.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Testably.Abstractions.Testing/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testably.Abstractions.Testing/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testably.Abstractions.Testing/3.0.1/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testably.Abstractions.Testing/3.0.1/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Testably/Testably.Abstractions (Testably.Abstractions.Testing)</summary> ### [`v3.1.0`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v3.1.0) #### What's Changed - refactor: remove PR pipeline by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/540](https://togithub.com/Testably/Testably.Abstractions/pull/540) - refactor: fix ReSharper code issues by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/542](https://togithub.com/Testably/Testably.Abstractions/pull/542) - chore(deps): update dependency testably.abstractions.fluentassertions to v1.0.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/543](https://togithub.com/Testably/Testably.Abstractions/pull/543) - chore(deps): update dependency meziantou.analyzer to v2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/544](https://togithub.com/Testably/Testably.Abstractions/pull/544) - feat: make statistic interfaces generic by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/545](https://togithub.com/Testably/Testably.Abstractions/pull/545) **Full Changelog**: Testably/Testably.Abstractions@v3.0.1...v3.1.0 </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://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9c785d commit f44fec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
99
<PackageVersion Include="Testably.Abstractions.Interface" Version="3.1.0" />
10-
<PackageVersion Include="Testably.Abstractions.Testing" Version="3.0.1" />
10+
<PackageVersion Include="Testably.Abstractions.Testing" Version="3.1.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)