Skip to content

Commit

Permalink
Bump coverlet.collector from 3.1.2 to 3.2.0 (#106)
Browse files Browse the repository at this point in the history
* Bump coverlet.collector from 3.1.2 to 3.2.0

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
  • Loading branch information
dependabot[bot] and BernieWhite authored Jan 11, 2023
1 parent 6a800a6 commit d0f7381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ What's changed since v0.5.0:
[#95](https://github.com/microsoft/PSRule.Monitor/pull/95)
- Bump PSScriptAnalyzer to v1.21.0.
[#95](https://github.com/microsoft/PSRule.Monitor/pull/95)
- Bump coverlet.collector to v3.2.0.
[#106](https://github.com/microsoft/PSRule.Monitor/pull/106)

## v0.5.0

Expand Down
2 changes: 1 addition & 1 deletion tests/PSRule.Monitor.Tests/PSRule.Monitor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PackageReference Include="coverlet.collector" Version="3.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit d0f7381

Please sign in to comment.