Skip to content

Commit f209d46

Browse files
chore(deps): update dependency testableio.system.io.abstractions to v19.2.29 (#312)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [TestableIO.System.IO.Abstractions](https://togithub.com/TestableIO/System.IO.Abstractions) | nuget | patch | `19.2.26` -> `19.2.29` | --- ### Release Notes <details> <summary>TestableIO/System.IO.Abstractions</summary> ### [`v19.2.29`](https://togithub.com/TestableIO/System.IO.Abstractions/releases/tag/v19.2.29) ##### What's Changed - chore(deps): update dependency microsoft.net.test.sdk to v17.6.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/989](https://togithub.com/TestableIO/System.IO.Abstractions/pull/989) - chore(deps): update dependency dotnet-sdk to v7.0.302 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/990](https://togithub.com/TestableIO/System.IO.Abstractions/pull/990) - fix: Use searchPattern argument in GetFiles method to complete the logic by [@&#8203;AK1llv](https://togithub.com/AK1llv) in [https://github.com/TestableIO/System.IO.Abstractions/pull/988](https://togithub.com/TestableIO/System.IO.Abstractions/pull/988) ##### New Contributors - [@&#8203;AK1llv](https://togithub.com/AK1llv) made their first contribution in [https://github.com/TestableIO/System.IO.Abstractions/pull/988](https://togithub.com/TestableIO/System.IO.Abstractions/pull/988) **Full Changelog**: TestableIO/System.IO.Abstractions@v19.2.26...v19.2.29 </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:eyJjcmVhdGVkSW5WZXIiOiIzNS44OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuODkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff9aed2 commit f209d46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Reference Include="Testably.Abstractions.Testing">
2929
<HintPath>..\..\..\Build\Binaries\net7.0\Testably.Abstractions.Testing.dll</HintPath>
3030
</Reference>
31-
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.26" />
31+
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.29" />
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="'$(UseFileReferenceToTestablyLibraries)' != 'True'">

Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.26" />
21+
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.29" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)