Skip to content

Releases: Romanx/Cake.Coverlet

v4.0.1 - More More More Cake 🎂

09 Mar 15:51
e332aed
Compare
Choose a tag to compare

What's Changed

  • Update Cake.Coverlet NuGet package icon to the new Cake-Contrib logo for Cake addins by @augustoproiete in #56
  • Add cake-addin tag to Cake.Coverlet NuGet package by @augustoproiete in #57
  • Bump to Cake 4.0.0 by @Romanx in #59
    • Multi-targets to net6.0 and net8.0
    • Makes build deterministic
    • Embeds symbols in DLL
    • Adds readme in nuget package.

Special thanks to @JegDudley for submitting the original PR for Cake 4.0.0

Full Changelog: v3.0.2...v4.0.1

v3.0.2

17 Nov 18:29
a80354c
Compare
Choose a tag to compare

v2.4.4 - Even More Cake 🎂

15 Feb 16:19
fcae3e3
Compare
Choose a tag to compare

v2.4.2 - More Cake 🎂

30 Jan 19:08
275d8f1
Compare
Choose a tag to compare
  • Updates Cake to v0.36.0

v2.3 - Fully Covered 📔

02 Jun 18:09
Compare
Choose a tag to compare

Features

  • Added in the IncludeTestAssembly parameter to keep parity with Coverlet #29

Fixes

  • Spaces in the coverage file output path now works correctly! #27 (Thanks to @taconaut)

Housekeeping

v2.2 - Include the Good and Exclude the Bad

13 Jan 14:18
Compare
Choose a tag to compare

The features in this release are largely thanks to @glennawatson as he contributed them both. This brings our feature set more in line with Coverlet.

  • Add support for Include Attribute #22
  • Add support for Exclude by Attribute #20

v2.1 - We built teamcity on rock and roll 🎧

11 Dec 14:03
Compare
Choose a tag to compare
  • Add suport for teamcity coverage file format. (Thanks to @flcdrg) #15

v2.0 - Adding to the toolbox

04 Dec 08:24
Compare
Choose a tag to compare

💥 Major version bump 💥
This is due to us adding support to use coverlet as a dotnet tool if it's installed globally or locally.

  • Add support to use coverlet as a dotnet tool installed globally or not. #7 (Thanks to @StanleyGoldman)
  • Fix errors with enum ToString functionality on unix #13 (Thanks @austinlparker)

v1.3 - The Phantom Menace

04 Sep 19:12
Compare
Choose a tag to compare

This release is a non-code change version bump due to a phantom commit that got released to nuget so only some code was new and had regressed on others. For details please read #6. Thanks to (@anthony-roe-cko and @ctcoulter)

v1.2

01 Sep 10:12
Compare
Choose a tag to compare
  • Allow Output Directory to be set without a filename #5 (Thanks to @giggio)