Skip to content

Commit

Permalink
Bump coverlet.msbuild from 3.0.3 to 3.1.0 (#10)
Browse files Browse the repository at this point in the history
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.0.3 to 3.1.0.
<details>
<summary>Release notes</summary>

*Sourced from [coverlet.msbuild's releases](https://github.com/coverlet-coverage/coverlet/releases).*

> ## v3.1.0
> * 141 adds performance improvements to coverage tracker for multi-threaded scenarios
> * a189fc26ea35b8ad77bd3be2bceac5c2996149a8 replaces Jil with JSON.NET for JSON serialization
> * [#147](coverlet-coverage/coverlet#147) adds support for instrumenting constructors
> * 4efea75e7c92e01652eb6c1c465ae1bcf9e56e6b ensures output filenames have extensions if non is specified
> * [#154](coverlet-coverage/coverlet#154) makes enumeration based MSBuild properties case insensitive
> * [#164](coverlet-coverage/coverlet#164) adds support for specifying include filters
> * [#169](coverlet-coverage/coverlet#169) adds slight improvement for coverage tracking performance
</details>
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/coverlet-coverage/coverlet/commits/v3.1.0)
</details>

<br />

Co-authored-by: Elanis <elanis@hotmail.com>
Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/10
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
  • Loading branch information
elanis and Elanis committed Aug 28, 2021
1 parent dd0b640 commit 9c3160b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="3.0.3">
<PackageReference Include="coverlet.msbuild" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 9c3160b

Please sign in to comment.