Skip to content

Releases: cake-contrib/Cake.Incubator

8.0.0

29 Jan 22:08
edad35b
Compare
Choose a tag to compare

As part of this release we had 20 issues closed.

Breaking changes

  • #216 Update Cake.Incubator add-in to target Cake v3.0.0
  • #115 Remove references to obsolete Cake members.

Feature

  • #209 Fix append target framework with output path

Where to get it

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

SHA256 Hashes of the release artifacts

  • e3b4ab4d1f59c50f9752a14ce774ce5665b6107c4612f6cb9171e9de3858d742 Cake.Incubator.8.0.0.nupkg

  • 60d1cf87ad34fa96eb3a1452daafebd370aa153f3b869481086cafbce6018bd1 Cake.Incubator.8.0.0.snupkg

7.0.0

15 Jan 21:03
0924174
Compare
Choose a tag to compare

As part of this release we had 18 issues closed.

Breaking change

  • #170 Update Cake.Incubator add-in to target Cake v2.0.0

Bugs

  • #116 dotnet 5 not recognized as netcore
  • #174 CustomProjectParserResult.OutputPaths doesn't respect AppendTargetFrameworkToOutputPath

Documentation

  • #136 Add cake-addin tag to Cake.Incubator NuGet package
  • #143 Update Cake.Incubator NuGet package icon to the new Cake-Contrib logo for Cake addins

Where to get it

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

SHA256 Hashes of the release artifacts

  • b2b28a610f3b53ea1e2432f367278adc25e6d491b7d54d6d230214260db88c2d Cake.Incubator.7.0.0.nupkg

  • c4af6e8076526d7e716bf20622cd8ad135fc7e75fd8805ddea194be3a20ada4e Cake.Incubator.7.0.0.snupkg

6.0.0

26 Feb 22:12
Compare
Choose a tag to compare

As part of this release we had 6 commits which resulted in 4 issues being closed.
This release is to make Cake.Incubator compatible with 1.0.0 of Cake.
This means dropping all support for previous versions of Cake.

Please see the Upgrade instructions for how to upgrade cake.

Breaking change

  • #118 Update Cake.Incubator to target Cake v1.0.0

Improvement

  • #128 Cross compile for .NET 5.0

Where to get it

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

SHA256 Hashes of the release artifacts

  • 6bfd05983c9102fc4e361f2b7eb6fde717f4dc07761a0aae9f8d0a1bc8de7184 Cake.Incubator.6.0.0.nupkg

  • 8f9d64dab44738348d40e9cf3b3ab0094af7a18784d554a55bcbf946135da8f1 Cake.Incubator.6.0.0.snupkg

5.2.0

26 Feb 21:14
Compare
Choose a tag to compare

As part of this release we had 5 issues closed.

Improvement

  • #125 Enable deterministic build

Where to get it

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

SHA256 Hashes of the release artifacts

  • 635b4dd845308efbbe83c9815def20812c91c2572b6b06769e75c4720e720b79 Cake.Incubator.5.2.0.nupkg

  • 9749d15e8b13cc8f3eabf24199dbc7ce51c2ba4e1608a98f1a8c139868ac54d3 Cake.Incubator.5.2.0.snupkg

5.1.0

11 Aug 19:48
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Improvements

  • #113 General Repository/Project Maintenance
  • #108 Recommended changes resulting from automated audit

5.0.1

15 Apr 07:22
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #105 Remove CakeNamespaceImport of EnvironmentExtensions

5.0.0

13 Apr 11:13
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

This release updates the minimum core cake dependency to version 0.33.0.

The existing environment variable extensions are now in the core cake library and have been removed from cake.incubator.

Breaking changes

  • #103 Bump dependencies
  • #102 Bump dependencies to reduce Cake warnings

4.0.2

26 Mar 19:08
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #100 Dump Logging Extension not working

4.0.1

27 Feb 12:01
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

After moving the classes into different namespaces as part of #96, those without any cake aliases were not being automatically imported. They are now explicitly imported in this hotfix release.

Bug

  • #99 'FilePath' does not contain a definition for 'IsProject'

4.0.0

26 Feb 18:52
16f6d25
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Breaking changes

  • #98 Remove obsolete Move aliases
  • #97 Remove obsolete TransferDirectory alias
  • #96 Split into separate namespaces

Bug

  • #94 NullReferenceException on F# Project