Bump BenchmarkDotNet from 0.13.5 to 0.13.6 (#1566)

* Bump BenchmarkDotNet from 0.13.5 to 0.13.6

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.5 to 0.13.6.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.5...v0.13.6)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2023-07-17 01:21:18 +10:00 коммит произвёл GitHub
Родитель 0841dea870
Коммит 1080301da9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -52,3 +52,5 @@ What's changed since release v2.9.0:
[#1562](https://github.com/microsoft/PSRule/pull/1562)
- Bump xunit.runner.visualstudio to v2.5.0.
[#1561](https://github.com/microsoft/PSRule/pull/1561)
- Bump BenchmarkDotNet to v0.13.6.
[#1566](https://github.com/microsoft/PSRule/pull/1566)

Просмотреть файл

@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.6" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
</ItemGroup>