Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 58b2e3f

Browse files
chore(deps): update dependency tunit to 0.25.0 (#177)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [TUnit](https://redirect.github.com/thomhurst/TUnit) | `0.24.0` -> `0.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/TUnit/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/TUnit/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/TUnit/0.24.0/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/TUnit/0.24.0/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>thomhurst/TUnit (TUnit)</summary> ### [`v0.25.0`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v0.25.0): 0.25.0 <!-- Release notes generated using configuration in .github/release.yml at v0.25.0 --> #### What's Changed ##### Breaking Changes 🛠 - Refactored Context objects so they can access their parent (Test > Class > Assembly > Session) by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [https://github.com/thomhurst/TUnit/pull/2505](https://redirect.github.com/thomhurst/TUnit/pull/2505) ##### 🏕 Changes - docs: Further XML Summaries for `TUnit.Core/Attributes` by [@&#8203;samtrion](https://redirect.github.com/samtrion) in [https://github.com/thomhurst/TUnit/pull/2509](https://redirect.github.com/thomhurst/TUnit/pull/2509) - docs: XML Summaries for `TUnit.Core/Interfaces` by [@&#8203;samtrion](https://redirect.github.com/samtrion) in [https://github.com/thomhurst/TUnit/pull/2510](https://redirect.github.com/thomhurst/TUnit/pull/2510) - feature: Added `ExcludeOnAttribute` and `RunOnAttribute` by [@&#8203;samtrion](https://redirect.github.com/samtrion) in [https://github.com/thomhurst/TUnit/pull/2512](https://redirect.github.com/thomhurst/TUnit/pull/2512) ##### 👒 Dependencies - chore(deps): update tunit to 0.24.0 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [https://github.com/thomhurst/TUnit/pull/2498](https://redirect.github.com/thomhurst/TUnit/pull/2498) - chore(deps): update dependency microsoft.net.test.sdk to 17.14.1 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [https://github.com/thomhurst/TUnit/pull/2511](https://redirect.github.com/thomhurst/TUnit/pull/2511) - chore(deps): update dependency verify.nunit to 30.3.1 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [https://github.com/thomhurst/TUnit/pull/2513](https://redirect.github.com/thomhurst/TUnit/pull/2513) - chore(deps): update dependency verify.tunit to 30.3.1 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [https://github.com/thomhurst/TUnit/pull/2514](https://redirect.github.com/thomhurst/TUnit/pull/2514) **Full Changelog**: thomhurst/TUnit@v0.24.0...v0.25.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ThorstenSauter/TShort). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiLk5FVCIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdc5be4 commit 58b2e3f

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
@@ -39,7 +39,7 @@
3939
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.10.0.116381"/>
4040
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
4141
<PackageVersion Include="Testcontainers.MsSql" Version="4.4.0"/>
42-
<PackageVersion Include="TUnit" Version="0.24.0"/>
42+
<PackageVersion Include="TUnit" Version="0.25.0"/>
4343
<PackageVersion Include="Verify.TUnit" Version="30.3.1"/>
4444
</ItemGroup>
4545
</Project>

0 commit comments

Comments
 (0)