Skip to content

Commit

Permalink
Bump Roslynator.Analyzers from 4.1.2 to 4.2.0 in /Solutions
Browse files Browse the repository at this point in the history
Bumps [Roslynator.Analyzers](https://github.com/josefpihrt/roslynator) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/josefpihrt/roslynator/releases)
- [Changelog](https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.1.2...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2022
1 parent 3ac03ba commit 13a9a2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Update="Roslynator.Analyzers" Version="4.1.2" />
<PackageReference Update="Roslynator.Analyzers" Version="4.2.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Roslynator.Analyzers" Version="4.1.2" />
<PackageReference Update="Roslynator.Analyzers" Version="4.2.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Roslynator.Analyzers" Version="4.1.2" />
<PackageReference Update="Roslynator.Analyzers" Version="4.2.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Solutions/Corvus.UriTemplates/Corvus.UriTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Roslynator.Analyzers" Version="4.1.2" />
<PackageReference Update="Roslynator.Analyzers" Version="4.2.0" />
</ItemGroup>

</Project>

0 comments on commit 13a9a2e

Please sign in to comment.