Skip to content

Commit

Permalink
MINOR: [C#] Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.7 to 0…
Browse files Browse the repository at this point in the history
….13.8 in /csharp (apache#37659)

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.7 to 0.13.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/BenchmarkDotNet/releases">BenchmarkDotNet.Diagnostics.Windows's releases</a>.</em></p>
<blockquote>
<h2>0.13.8</h2>
<p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.8.html">https://benchmarkdotnet.org/changelog/v0.13.8.html</a></p>
<h2>Highlights</h2>
<p>This release contains important bug fixes.</p>
<h2>What's Changed</h2>
<ul>
<li>Issue2394 multiple markdown exporters not possible even with different names by <a href="https://github.com/bstordrup"><code>@​bstordrup</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2395">dotnet/BenchmarkDotNet#2395</a></li>
<li>Make MarkdownExporter ctor and Dialect protected by <a href="https://github.com/nietras"><code>@​nietras</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2407">dotnet/BenchmarkDotNet#2407</a></li>
<li>Refactor out base TextLogger from StreamLogger by <a href="https://github.com/nietras"><code>@​nietras</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2406">dotnet/BenchmarkDotNet#2406</a></li>
<li>
<ul>
<li>update the templates install command to reflect dotnet cli updates by <a href="https://github.com/baywet"><code>@​baywet</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2415">dotnet/BenchmarkDotNet#2415</a></li>
</ul>
</li>
<li>Update stub decoding for .NET 8 for disassemblers by <a href="https://github.com/janvorli"><code>@​janvorli</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2416">dotnet/BenchmarkDotNet#2416</a></li>
<li>Enable nullability for BenchmarkDotNet.Annotations by <a href="https://github.com/alinasmirnova"><code>@​alinasmirnova</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2418">dotnet/BenchmarkDotNet#2418</a></li>
<li>Nullability In BenchmarkDotNet project by <a href="https://github.com/alinasmirnova"><code>@​alinasmirnova</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2419">dotnet/BenchmarkDotNet#2419</a></li>
<li>feat: add text justification style by <a href="https://github.com/Vahdanian"><code>@​Vahdanian</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2410">dotnet/BenchmarkDotNet#2410</a></li>
<li>Default to RoslynToolchain by <a href="https://github.com/timcassell"><code>@​timcassell</code></a> in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2409">dotnet/BenchmarkDotNet#2409</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bstordrup"><code>@​bstordrup</code></a> made their first contribution in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2395">dotnet/BenchmarkDotNet#2395</a></li>
<li><a href="https://github.com/baywet"><code>@​baywet</code></a> made their first contribution in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2415">dotnet/BenchmarkDotNet#2415</a></li>
<li><a href="https://github.com/Vahdanian"><code>@​Vahdanian</code></a> made their first contribution in <a href="https://github.com/dotnet/BenchmarkDotNet/pull/2410">dotnet/BenchmarkDotNet#2410</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8">https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/f8de1e95a7a2c5d06862c14f5f657142d54e9328"><code>f8de1e9</code></a> Prepare v0.13.8 changelog</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e2e888c694854974c9e11e3fd92c278876637903"><code>e2e888c</code></a> Use Roslyn Toolchain by default if no build settings are changed.</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/b035d90c481bbbb8b8cd56daa5ca5730e2309797"><code>b035d90</code></a> feat: add text justification style (<a href="https://github.com/dotnet/BenchmarkDotNet/issues/2410">#2410</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2a8bab554774fbd1d100a148846332a28a717ca1"><code>2a8bab5</code></a> Fixed nullability warnings for some files from BenchmarkDotNet project</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/3860e4a0ec9de82f5addc750633ac0f7b470e08b"><code>3860e4a</code></a> Removed redundant check</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/83fc5ed5433109a7129f696cbe6ab35fd6e0810f"><code>83fc5ed</code></a> Updated CodeAnnotations to the actual version</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2d763cf1dfabd90bb47d169981aca2f0269f6a02"><code>2d763cf</code></a> Enable nullability for BenchmarkDotNet.Annotations</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d391085c4a3298d3f9223197f986823f01c34e37"><code>d391085</code></a> Update stub decoding for .NET 8 for disassemblers (<a href="https://github.com/dotnet/BenchmarkDotNet/issues/2416">#2416</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e0c667f6363e75f4e18e34767b6211d360962873"><code>e0c667f</code></a> - update the templates install command to reflect dotnet cli updates (<a href="https://github.com/dotnet/BenchmarkDotNet/issues/2415">#2415</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c35dcb2b949096d257c743672ce7f2fd276828ad"><code>c35dcb2</code></a> Refactor out base TextLogger from StreamLogger (<a href="https://github.com/dotnet/BenchmarkDotNet/issues/2406">#2406</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BenchmarkDotNet.Diagnostics.Windows&package-manager=nuget&previous-version=0.13.7&new-version=0.13.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
dependabot[bot] authored and dgreiss committed Feb 17, 2024
1 parent 7df9752 commit 7c3f403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.7" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7c3f403

Please sign in to comment.