Skip to content

Releases: cake-contrib/Cake.BuildSystems.Module

4.0.0-rc.1

16 Nov 08:22
0c7ad22

Choose a tag to compare

4.0.0-rc.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Breaking change

  • #94 Start supporting Cake v2.0.0-rc0001

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=4.0.0-rc0001.

3.1.0

16 Nov 08:04
c89aa18

Choose a tag to compare

As part of this release we had 14 issues closed.

Documentation

  • #72 Cake.Frosting usage
  • #81 Readme should be included in nupkg

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.1.0.

SHA256 Hashes of the release artifacts

  • 5eb8a990e8ca912511232f59f181008a3872cf5d810bf7f76f522ca6b4bcade5 Cake.BuildSystems.Module.3.1.0.nupkg

  • 89dca4c860691970c187caa8bb85d011c4e59dca3a4941401d5b6a261fbb5392 Cake.BuildSystems.Module.3.1.0.snupkg

3.0.3

11 Apr 10:55
9f00e90

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

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

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

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

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

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

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

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!