Skip to content

Commit

Permalink
Bump BenchmarkDotNet from 0.13.9 to 0.13.10 (#2518)
Browse files Browse the repository at this point in the history
* Bump BenchmarkDotNet from 0.13.9 to 0.13.10

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.10)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  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 Nov 4, 2023
1 parent 5f7b0bf commit 636d553
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 @@ -31,6 +31,8 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
What's changed since pre-release v1.31.0-B0020:

- Engineering:
- Bump BenchmarkDotNet to v0.13.10.
[#2518](https://github.com/Azure/PSRule.Rules.Azure/pull/2518)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.10.
[#2508](https://github.com/Azure/PSRule.Rules.Azure/pull/2508)
- Bump xunit to v2.6.1.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup Condition="'$(OS)' != 'Windows_NT'">
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
</ItemGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
Expand Down

0 comments on commit 636d553

Please sign in to comment.