Releases: cake-contrib/Cake.Incubator
8.0.0
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
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
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
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
5.0.1
5.0.0
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
4.0.2
4.0.1
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'