Skip to content

Releases: cake-contrib/Cake.BuildSystems.Module

3.0.3

11 Apr 10:55
9f00e90
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Documentation

  • #69 update to new logo

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.BuildSystems.Module&version=3.0.3.

SHA256 Hashes of the release artifacts

  • 8e4cab622afb43310eb69d17dd5a08e256a7391360549f8b6940f303f6ba50ca Cake.BuildSystems.Module.3.0.3.nupkg

  • 670ec3ec70386e0afaba92b5967e5809e34d8b0b234113d8dfd40b064f30e9b5 Cake.BuildSystems.Module.3.0.3.snupkg

3.0.2

16 Mar 21:51
f6f10fc
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Documentation

  • #57 Cake.BuildSystems.Module: Add cake-module tag to NuGet package

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.BuildSystems.Module&version=3.0.2.

SHA256 Hashes of the release artifacts

  • 8060183874ddafa3d60033daeefcda65ba90941a978a3902f0b56d3a0f1d88da Cake.BuildSystems.Module.3.0.2.nupkg

  • f0b98cf893cdb03457b6f6e8c282d7b3348f463e3f3544897340397932c5f118 Cake.BuildSystems.Module.3.0.2.snupkg

3.0.1

20 Feb 19:36
0d586e2
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #55 Assemblies are not being packaged in the corresponding TFM folder

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.BuildSystems.Module&version=3.0.1

3.0.0

19 Feb 21:45
8b8b407
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Breaking change

  • #52 Remove net461 target, leaving only netstandard2.0

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.BuildSystems.Module&version=3.0.0

2.0.1

18 Feb 21:34
5610b50
Compare
Choose a tag to compare

As part of this release we had 1 commit which resulted in 1 issue being closed.

Bug

  • #51 Don't include Cake.Core and Cake.Common in NuGet package

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.BuildSystems.Module&version=2.0.1

2.0.0

12 Feb 14:22
06ee2fd
Compare
Choose a tag to compare

Supports Cake 1.0.0.

As part of this release we had 4 issues closed.

Breaking change

  • #45 Support Cake 1.0.0

Documentation

  • #47 Use cake-contrib icon

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.BuildSystems.Module&version=2.0.0

1.0.0

10 Feb 19:07
74772bd
Compare
Choose a tag to compare

Supports Cake 0.38.0.

As part of this release we had 10 issues closed.

Breaking change

  • #25 Support Cake 0.38.0

Bug

  • #36 CakeModules should be public classes

Documentation

  • #34 Tags in nupkg should be more explicit
  • #27 Use cake-contrib icon for NuGet package

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.BuildSystems.Module&version=1.0.0

v0.3.2

04 Feb 20:19
2c2c5fd
Compare
Choose a tag to compare
  • Supports Cake 0.34.1
  • Fixes errors writing summary report when run in Azure Pipelines container (#21)
  • Thanks again to @flcdrg for contributions!

v0.3.1

04 Feb 20:16
Compare
Choose a tag to compare
  • Supports Cake 0.30.0
  • Retargeted to .NET Standard 2.0 (raise issues if you see new issues from this)
  • Thanks again to @flcdrg and @RaringCoder for contributions and testing!

v0.3.0

04 Feb 20:15
497996a
Compare
Choose a tag to compare
  • Supports Cake 0.28.1
  • Updated with fixed TC engine, including new build statistics
  • Other small fixes
  • Thanks @flcdrg and @micsco for contributions!