Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Releases: cake-contrib/Cake.DotNetTool.Module

1.0.1

22 Feb 20:48
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #40 Only compile for one target framework, not multiple

Where to get it

You can download this release from nuget, or you can just reference it in a cake build script with #module nuget:?package=Cake.DotNetTool.Module&version=1.0.1.

SHA256 Hashes of the release artifacts

  • 291366255c68defe850140c00b34d040996b7cbcd688e9768c45974e440abbac Cake.DotNetTool.Module.1.0.1.nupkg

  • ec17cb478491530cdd43afbb1abcf0957c6ed45e1d590b618e1e1b62ace4215c Cake.DotNetTool.Module.1.0.1.snupkg

1.0.0

20 Feb 15:19
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Breaking change

  • #23 Update Cake.DotNetTool.Module to target Cake v1.0.0

Improvement

  • #34 Add support for .NET 5

Where to get it

You can download this release from nuget, or you can just reference it in a cake build script with #module nuget:?package=Cake.DotNetTool.Module&version=1.0.0.

SHA256 Hashes of the release artifacts

  • f6d28c71b45645a411df386716a19272f6579fc903e6b8e0cad9583c0d3a197a Cake.DotNetTool.Module.1.0.0.nupkg

  • 0bd00414dabdbe80d7b16f157659631f165bf92ec91d6a774a5b37495637c49f Cake.DotNetTool.Module.1.0.0.snupkg

0.5.0

19 Feb 22:39
Compare
Choose a tag to compare

As part of this release we had 10 issues closed.

Improvement

  • #29 Enable deterministic builds

Where to get it

You can download this release from nuget, or you can just reference it in a cake build script with:

#module nuget:?package=Cake.DotNetTool.Module&version=0.5.0

SHA256 Hashes of the release artifacts

  • 476e55b03efcd9d0f9fc2047a4316ecdf55f64258a1833c2a0ec861cad2c9459 Cake.DotNetTool.Module.0.5.0.nupkg

  • 9d725aafca56a444be8e71bdf697aa51aca9b37df55989e2b926b20263282088 Cake.DotNetTool.Module.0.5.0.snupkg

0.4.0

25 Nov 21:00
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Bug

  • #13 Unrecognized command or argument '--config-file' when specifying config file

Improvements

  • #14 Add support for --ignore-failed-sources argument
  • #2 If version is specified it should check version and uninstall if differs

0.3.1

06 Sep 18:50
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #11 Fix minor issues with NuGet metadata and repository files

0.3.0

09 May 20:24
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #9 Recommended changes resulting from automated audit

0.2.0

09 Apr 06:53
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #4 Bump dependencies to reduce Cake warnings

0.1.0

12 Oct 12:07
2aebca7
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Feature

  • #1 Initial Version