Skip to content

Commit

Permalink
Bump MarkdownSnippets.MsBuild from 26.0.1 to 27.0.2
Browse files Browse the repository at this point in the history
Bumps [MarkdownSnippets.MsBuild](https://github.com/SimonCropp/MarkdownSnippets) from 26.0.1 to 27.0.2.
- [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases)
- [Commits](https://github.com/SimonCropp/MarkdownSnippets/commits)

---
updated-dependencies:
- dependency-name: MarkdownSnippets.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 4302b25 commit fc691ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MarkdownSnippets.MsBuild" Version="26.0.1" PrivateAssets="all" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="27.0.2" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

1 comment on commit fc691ea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: fc691ea Previous: 4302b25 Ratio
Benchmarks.AttributedBenchmarks.LogAsScalar 254.69898943106332 ns (± 0.3723585793597467) 227.72338834175696 ns (± 1.6033094432396349) 1.12

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.