Skip to content

Commit f168e39

Browse files
Bump Meziantou.Analyzer from 3.0.44 to 3.0.46 (#3076)
Updated [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 3.0.44 to 3.0.46. <details> <summary>Release notes</summary> _Sourced from [Meziantou.Analyzer's releases](https://github.com/meziantou/Meziantou.Analyzer/releases)._ ## 3.0.46 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.46> ## What's Changed * Add MA0192: Use HasFlag instead of bitwise checks with analyzer and fixer by @​meziantou in meziantou/Meziantou.Analyzer#1091 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.45...3.0.46 ## 3.0.45 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.45> ## What's Changed * Fix MA0135/MA0139: Serilog `@` destructuring prefix not stripped consistently for multi-parameter log calls by @​Copilot in meziantou/Meziantou.Analyzer#1089 * Enable batch fix (Fix All) for MA0190 UseRegexSourceGenerator by @​Copilot in meziantou/Meziantou.Analyzer#1090 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.44...3.0.45 Commits viewable in [compare view](meziantou/Meziantou.Analyzer@3.0.44...3.0.46). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Meziantou.Analyzer&package-manager=nuget&previous-version=3.0.44&new-version=3.0.46)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdabeb9 commit f168e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ImperatorToCK3/ImperatorToCK3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="FSharp.Core" Version="11.0.100" /> <!-- Needed for CWTools -->
4141
<PackageReference Include="MurmurHash.Net" Version="0.0.2" />
4242
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.11.1" />
43-
<PackageReference Include="Meziantou.Analyzer" Version="3.0.44">
43+
<PackageReference Include="Meziantou.Analyzer" Version="3.0.46">
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4646
</PackageReference>

0 commit comments

Comments
 (0)