Skip to content

Commit

Permalink
Bump coverlet.collector from 3.1.2 to 3.2.0 (#165)
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] <[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 committed Feb 20, 2023
1 parent 3feae41 commit 96d1809
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 @@ -9,6 +9,8 @@ What's changed since v0.3.0:
[#158](https://github.com/microsoft/PSRule.Rules.GitHub/pull/158)
- Bump Microsoft.NET.Test.Sdk to v17.4.1.
[#175](https://github.com/microsoft/PSRule.Rules.GitHub/pull/175)
- Bump coverlet.collector to v3.2.0.
[#165](https://github.com/microsoft/PSRule.Rules.GitHub/pull/165)
- Bump PSScriptAnalyzer to v1.21.0.
[#142](https://github.com/microsoft/PSRule.Rules.GitHub/pull/142)
- Bug fixes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 96d1809

Please sign in to comment.