Skip to content

Commit 5e95fe3

Browse files
chore(deps): update dependency snapshooter.xunit to v0.14.1 (#33)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Snapshooter.Xunit](https://togithub.com/SwissLife-OSS/Snapshooter) | `0.13.0` -> `0.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Snapshooter.Xunit/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Snapshooter.Xunit/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Snapshooter.Xunit/0.13.0/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Snapshooter.Xunit/0.13.0/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SwissLife-OSS/Snapshooter (Snapshooter.Xunit)</summary> ### [`v0.14.1`](https://togithub.com/SwissLife-OSS/snapshooter/releases/tag/0.14.1) [Compare Source](https://togithub.com/SwissLife-OSS/Snapshooter/compare/0.14.0...0.14.1) ##### What's Changed - Add .NET 4.6.2 target by [@&#8203;fgreinacher](https://togithub.com/fgreinacher) in [https://github.com/SwissLife-OSS/snapshooter/pull/195](https://togithub.com/SwissLife-OSS/snapshooter/pull/195) ##### New Contributors - [@&#8203;fgreinacher](https://togithub.com/fgreinacher) made their first contribution in [https://github.com/SwissLife-OSS/snapshooter/pull/195](https://togithub.com/SwissLife-OSS/snapshooter/pull/195) **Full Changelog**: SwissLife-OSS/snapshooter@0.14.0...0.14.1 ### [`v0.14.0`](https://togithub.com/SwissLife-OSS/snapshooter/releases/tag/0.14.0) [Compare Source](https://togithub.com/SwissLife-OSS/Snapshooter/compare/0.13.0...0.14.0) ##### What's Changed - Added support for .NET 8, NUnit 4.0 by [@&#8203;daghsentinel](https://togithub.com/daghsentinel) in [https://github.com/SwissLife-OSS/snapshooter/pull/188](https://togithub.com/SwissLife-OSS/snapshooter/pull/188) - drop support for EOL net3.1 ##### New Contributors - [@&#8203;daghsentinel](https://togithub.com/daghsentinel) made their first contribution in [https://github.com/SwissLife-OSS/snapshooter/pull/188](https://togithub.com/SwissLife-OSS/snapshooter/pull/188) **Full Changelog**: SwissLife-OSS/snapshooter@0.13.0...0.14.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/apollographql/subgraph-csharp-hotchocolate-annotation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac69c93 commit 5e95fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server.Tests/Server.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1717
<PackageReference Include="xunit" Version="2.9.0" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
19-
<PackageReference Include="Snapshooter.Xunit" Version="0.13.0" />
19+
<PackageReference Include="Snapshooter.Xunit" Version="0.14.1" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)