Skip to content

Commit

Permalink
Bump Microsoft.CodeAnalysis.Common from 4.7.0 to 4.8.0 (#1686)
Browse files Browse the repository at this point in the history
* Bump Microsoft.CodeAnalysis.Common from 4.7.0 to 4.8.0

Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump change log

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Dec 8, 2023
1 parent 939350b commit 20bd04d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ What's changed since pre-release v3.0.0-B0093:
[#1659](https://github.com/microsoft/PSRule/pull/1659)
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v8.0.0.
[#1674](https://github.com/microsoft/PSRule/pull/1674)
- Bump Microsoft.CodeAnalysis.Common to v4.8.0.
[#1686](https://github.com/microsoft/PSRule/pull/1686)

## v3.0.0-B0093 (pre-release)

Expand Down
2 changes: 1 addition & 1 deletion src/PSRule.BuildTask/PSRule.BuildTask.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
</ItemGroup>

<!--<ItemGroup>
Expand Down

0 comments on commit 20bd04d

Please sign in to comment.