Skip to content

Releases: cake-contrib/Cake.Json

7.0.1

09 Dec 04:20
31691ae
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Breaking change

  • #96 Update Cake.Json add-in to target Cake v2.0.0 (@twenzel)

Documentation

  • #75 Update Cake.Json README: Add link to GitHub Discussions (@twenzel)
  • #70 Update Cake.Json NuGet package icon to the new Cake-Contrib logo for Cake addins (@twenzel)

Pull requests were reviewed by: @augustoproiete, @nils-a

Fixes issues reported by: @augustoproiete, @twenzel

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.Json&version=7.0.0

SHA256 Hashes of the release artifacts

  • 611657b0b98dfd19c5a80c17bb8cb9d140c337618177996c50a659d3abe0afd3 Cake.Json.7.0.0.nupkg

  • 6f1654b956b1411b716301122f337f1c1ea5b6c7684f656060e1c473a0b30842 Cake.Json.7.0.0.snupkg

  • 7c1049f3d47317d12050669e3f9b8522aaed628eaf3b18a63c0a1845cb57c4af Cake.Json.7.0.1.nupkg

  • e80f353789d329988d022fcb15d730b47ef30fd95a1d37257e3aa5b68192fa9a Cake.Json.7.0.1.snupkg

6.0.1

18 Mar 20:01
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Documentation

  • #67 Cake.Json: Add cake-addin 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 #addin nuget:?package=Cake.Json&version=6.0.1.

SHA256 Hashes of the release artifacts

  • 3589702ab0f6233bc3749541925f032f323a51f9f4a8064d1cf7342b9dd23d93 Cake.Json.6.0.1.nupkg

  • 10415aaca0b97a7fbdc593560983a4041fda6fa4cd072ec17322c20e7bc97919 Cake.Json.6.0.1.snupkg

6.0.0

26 Feb 22:11
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.Json 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

  • #49 Compatibility warning when running against Cake v1.0.0

Improvement

  • #58 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.Json&version=6.0.0.

SHA256 Hashes of the release artifacts

  • 70657df4851ce0b09b9777e84262c28b9dad095c1db90cae3357a964f4ca4882 Cake.Json.6.0.0.nupkg

  • 74aa8e2aaa1102e84a3f92c066700b01871d6a838dc5b3ae04d9239fb0e8b903 Cake.Json.6.0.0.snupkg

5.3.0

26 Feb 20:59
Compare
Choose a tag to compare

As part of this release we had 5 issues closed.

Improvement

  • #55 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.Json&version=5.3.0.

SHA256 Hashes of the release artifacts

  • 4fd93e82e0e0ef06011da23454f064028ed8464f1a0a0e6ea727a592b1dac8e8 Cake.Json.5.3.0.nupkg

  • 079a9d212ab633318e3fc33693c70a6c5a2a514f0100493b14f4d067835dbc59 Cake.Json.5.3.0.snupkg

5.2.0

06 Jul 20:13
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Improvement

  • #48 Fix Non Deterministic error shown in NuGet Package Explorer

SHA256 Hashes of the release artifacts

  • 6232a023772d4b53cbf3bf7b1c6ee3a46b647b39e75c9b66c6a9c30331f0f278 Cake.Json.5.2.0.nupkg

5.1.1

04 Jul 07:23
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #46 Actually embed the icon in the nuget package

SHA256 Hashes of the release artifacts

  • f194c0e563eafa175d03cea32218c49ef22067f5873ea6e51a9df4e73f1ae866 Cake.Json.5.1.1.nupkg

5.1.0

03 Jul 22:30
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #45 Use embedded icon for NuGet Package

SHA256 Hashes of the release artifacts

  • 4c07f5f4815ae152e161bfbac79ccfccbd5d506c378aebca54de6ef533756619 Cake.Json.5.1.0.nupkg

5.0.0

02 Jul 20:08
Compare
Choose a tag to compare

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

Breaking change

  • #42 Newtonsoft.Json Reference needs to match Cake.Core

Improvement

  • #44 Include SourceLink in the build process

4.0.0

23 Jul 19:59
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Breaking changes

  • #37 Bump dependencies to reduce Cake warnings
  • #35 Upgrade to cake >= 0.26.x
  • #34 Recommended changes resulting from automated audit
  • #33 Update Newtonsoft.Json to v11

Improvements

  • #21 Would it be possible to use the Cake Contrib Icon for your NuGet Package?
  • #15 Compatibility with Cake 0.18

3.0.0

23 Apr 14:10
5a0c2d5
Compare
Choose a tag to compare

net standard 2.0 + cake 0.26.0+ support.