Skip to content

Commit

Permalink
Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.8 to 0.13.9 (micro…
Browse files Browse the repository at this point in the history
…soft#1637)

* 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 7, 2023
1 parent c42bdcd commit a0731f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ What's changed since release v2.9.0:
[#1620](https://github.com/microsoft/PSRule/pull/1620)
- Bump BenchmarkDotNet to v0.13.9.
[#1638](https://github.com/microsoft/PSRule/pull/1638)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.8.
[#1616](https://github.com/microsoft/PSRule/pull/1616)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.9.
[#1637](https://github.com/microsoft/PSRule/pull/1637)
2 changes: 1 addition & 1 deletion src/PSRule.Benchmark/PSRule.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 a0731f5

Please sign in to comment.