Skip to content

Releases: cake-contrib/Cake.Warp

0.4.0

15 Feb 22:39
6ebd9d2
Compare
Choose a tag to compare

0.4.0 (2021-02-15)

BREAKING CHANGES

This release is to make Cake.Warp 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.

Dependencies

  • deps: bump JetBrains.Annotations from 2020.1.0 to 2020.3.0 (#81)
  • deps: bump Fody from 6.2.1 to 6.3.0 (#78)
  • deps: bump Cake.Core from 0.33.0 to 1.0.0 (#89)

Feature

  • add support for .NET 5.0

Improvement

  • update warp binary to lastest 0.4.4 version

0.3.0

07 Oct 10:31
0.3.0
760cac1
Compare
Choose a tag to compare

0.3.0 (2020-10-07)

Features

  • include embedded pdb files to fully enable deterministic builds for addin
  • update warp binaries from new maintainer, closes #64
  • add cake-contrib icon as embedded nuget icon, closes #66
  • enable SourceLink and Deterministic buids, closes #65

0.2.0

13 May 15:38
17872f0
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

A cake compatibility update release

Breaking Changes

  • #19 Bump Cake.Core from 0.28.0 to 0.33.0
  • #14 Update Cake.Core to 0.33.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.Warp&version=0.2.0.

0.1.0

13 May 14:42
20251e8
Compare
Choose a tag to compare

As part of this release we had 11 issues closed.

This is the first public release of Cake.Warp.

Enhancement

  • #16 Create nuget packages through dotnet pack

Features

  • #7 Create the settings class that will hold all parameters that will be passed to warp
  • #6 Add the first basic alias that allows the use of warp
  • #5 Target Cake version 0.28.0 for the first release
  • #4 Embedd the warp binaries and extract the correct binary when the library gets loaded

Documentation

  • #13 Create basic documentation using Wyam
  • #1 Add documentation related files

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.Warp&version=0.1.0.