Skip to content

Commit

Permalink
Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.9 to 0.13.10 (micr…
Browse files Browse the repository at this point in the history
…osoft#1654)

* Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.9 to 0.13.10

Bumps [BenchmarkDotNet.Diagnostics.Windows](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.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 Nov 3, 2023
1 parent 05e0f2f commit 58e74d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ What's changed since release v2.9.0:
[#1648](https://github.com/microsoft/PSRule/pull/1648)
- Bump xunit.runner.visualstudio to v2.5.3.
[#1644](https://github.com/microsoft/PSRule/pull/1644)
- Bump BenchmarkDotNet to v0.13.9.
[#1638](https://github.com/microsoft/PSRule/pull/1638)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.9.
[#1637](https://github.com/microsoft/PSRule/pull/1637)
- Bump BenchmarkDotNet to v0.13.10.
[#1654](https://github.com/microsoft/PSRule/pull/1654)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.10.
[#1654](https://github.com/microsoft/PSRule/pull/1654)
8 changes: 4 additions & 4 deletions src/PSRule.Benchmark/PSRule.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
<DefineConstants>TRACE;BENCHMARK</DefineConstants>
</PropertyGroup>

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

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

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 58e74d0

Please sign in to comment.