Skip to content

Commit

Permalink
build(deps): bump Roslynator.Analyzers from 4.12.10 to 4.12.11
Browse files Browse the repository at this point in the history
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.10 to 4.12.11.
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.10...v4.12.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kevinoid committed Jan 29, 2025
1 parent 8f0aba1 commit 68fc0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NLCaseConvert.UnitTests/NLCaseConvert.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.10">
<PackageReference Include="Roslynator.Analyzers" Version="4.12.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion NLCaseConvert/NLCaseConvert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Roslynator.Analyzers" Version="4.12.10">
<PackageReference Include="Roslynator.Analyzers" Version="4.12.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 68fc0c4

Please sign in to comment.