Skip to content

Commit 1d69c62

Browse files
Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 (Azure#2689)
* Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.6...2.5.7) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump change log --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <[email protected]>
1 parent c571479 commit 1d69c62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/CHANGELOG-v1.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ What's changed since v1.33.1:
3939
[#2680](https://github.com/Azure/PSRule.Rules.Azure/pull/2680)
4040
- Bump xunit to v2.7.0.
4141
[#2688](https://github.com/Azure/PSRule.Rules.Azure/pull/2688)
42+
- Bump xunit.runner.visualstudio to v2.5.7.
43+
[#2689](https://github.com/Azure/PSRule.Rules.Azure/pull/2689)
4244

4345
## v1.33.1
4446

tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
1515
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
1616
<PackageReference Include="xunit" Version="2.7.0" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)