Skip to content

Commit

Permalink
Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.8 to 0.13.9 (#2470)
Browse files Browse the repository at this point in the history
* Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.8 to 0.13.9

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

---
updated-dependencies:
- dependency-name: BenchmarkDotNet.Diagnostics.Windows
  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 Oct 19, 2023
1 parent 8ee0dda commit 72b42e6
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 @@ -35,6 +35,8 @@ What's changed since v1.30.3:
[#1870](https://github.com/Azure/PSRule.Rules.Azure/issues/1870)
- Bump BenchmarkDotNet to v0.13.9.
[#2469](https://github.com/Azure/PSRule.Rules.Azure/pull/2469)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.9.
[#2470](https://github.com/Azure/PSRule.Rules.Azure/pull/2470)

## v1.30.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.8" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.9" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 72b42e6

Please sign in to comment.