Skip to content

Releases: cake-contrib/Cake.Yaml

v6.0.0

24 Dec 19:29
93a2be6
Compare
Choose a tag to compare

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

New Features

Pull requests were reviewed by: @augustoproiete

Fixes issues reported by: @augustoproiete

Supported features and usage examples are described in the README.

NuGet package available on nuget.org.

v5.0.0

24 Dec 17:06
aefd0cb
Compare
Choose a tag to compare

As part of this release we had 31 commits which resulted in 10 issues being closed.

New Features

Documentation

  • #49 Update README with naming conventions support and YamlDotNet version required (@augustoproiete)

Pull requests were reviewed by: @augustoproiete

Fixes issues reported by: @augustoproiete, @christophdebaene

Supported features and usage examples are described in the README.

NuGet package available on nuget.org.

v4.0.0

09 Oct 22:52
2f0f890
Compare
Choose a tag to compare

As part of this release we had 30 commits which resulted in 6 issues being closed.

New Features

  • #29 Update Cake.Yaml to target Cake v1.0.0 (@escarls)

Build

  • #35 Enable Source Link in Cake.Yaml Build (@escarls)
  • #34 Enable deterministic builds in Cake.Yaml Build (@escarls)
  • #33 Update build script to use Cake.Recipe 2.2.1 Build (@escarls)
  • #37 The unit tests are dotnetapp2.0 and that is EOL. Build (@escarls)

Documentation

v3.1.2

18 May 23:41
3410b08
Compare
Choose a tag to compare

As part of this release we had 14 commits which resulted in 4 issues being closed.

Documentation

  • #25 Usage documentation from cakebuild.net is not working (@escarls)
  • #24 Update Cake.Yaml README: Add link to GitHub Discussions (@escarls)
  • #22 Update Cake.Yaml NuGet package icon to the new Cake-Contrib logo for Cake addins (@escarls)
  • #21 Add cake-addin tag to Cake.Yaml NuGet package (@escarls)

v3.1.1

20 Aug 19:51
Compare
Choose a tag to compare

As part of this release we had 13 commits which resulted in 2 issues being closed.

Improvements

  • #19 General Repository/Project Maintenance (@gep13)
  • #16 Recommended changes resulting from automated audit (@gep13)

v3.1.0

06 Aug 14:08
cada6e3
Compare
Choose a tag to compare

Updated Cake dependencies

v3.0.0

27 Oct 19:01
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Requirements

Breaking change

Improvements

  • #9 Recommended changes resulting from automated audit (@pascalberger)
  • #3 Would it be possible to use the Cake Contrib Icon for your NuGet Package? (@pascalberger)

v2.1.0

23 Apr 14:52
592c5d2
Compare
Choose a tag to compare

Update to net standard 2.0 and cake 0.26 (@Redth)

v2.0.0

25 Sep 20:05
Compare
Choose a tag to compare

Supports and requires Cake 0.22.0+ (@Redth)

NOTE: For now you will also need to reference YamlDotNet as an addin in your cake script, for example:

#addin nuget:?package=Cake.Yaml
#addin nuget:?package=YamlDotNet&version=4.2.1

v1.0.3.7

25 Sep 15:03
Compare
Choose a tag to compare
  • Adding Cake YAML Support for YAML Merge (@Redth)