Skip to content

Commit

Permalink
⬆️ Update 🥅 .NET Package xunit.runner.visualstudio to v3 (#174)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[xunit.runner.visualstudio](https://redirect.github.com/xunit/visualstudio.xunit)
| `2.8.2` -> `3.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit.runner.visualstudio/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit.runner.visualstudio/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit.runner.visualstudio/2.8.2/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit.runner.visualstudio/2.8.2/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>xunit/visualstudio.xunit (xunit.runner.visualstudio)</summary>

###
[`v3.0.0`](https://redirect.github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.0)

[Compare
Source](https://redirect.github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.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 is behind base branch, 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/bruxisma/atmosphere).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG90bmV0OnRlc3RzIiwicmVub3ZhdGU6ZGVwZW5kZW5jaWVzIiwicmVub3ZhdGU6ZG90bmV0Il19-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 207de2f commit e77978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<PackageVersion Include="coverlet.collector" Version="6.0.2" developmentDependency="true" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" developmentDependency="true" />
<PackageVersion Include="xunit" Version="2.9.2" developmentDependency="true" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" developmentDependency="true" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" developmentDependency="true" />
</ItemGroup>
</Project>

0 comments on commit e77978b

Please sign in to comment.