Skip to content

Commit

Permalink
Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 (#2435)
Browse files Browse the repository at this point in the history
* Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1

Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1.
- [Commits](xunit/xunit@2.5.0...2.5.1)

---
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]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Sep 23, 2023
1 parent c67c71b commit d0d45cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ What's changed since pre-release v1.30.0-B0080:
- Engineering:
- Bump xunit to v2.5.1.
[#2436](https://github.com/Azure/PSRule.Rules.Azure/pull/2436)
- Bump xunit.runner.visualstudio to v2.5.1.
[#2435](https://github.com/Azure/PSRule.Rules.Azure/pull/2435)

## v1.30.0-B0080 (pre-release)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.6" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d0d45cd

Please sign in to comment.