Skip to content

Releases: cake-contrib/Cake.Plist

0.7.0

11 Aug 15:11
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #28 General Repository/Project Maintenance

0.6.0

09 May 19:51
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Breaking changes

  • #25 Bump dependencies to reduce Cake warnings
  • #22 Recommended changes resulting from automated audit

Improvement

  • #6 Ensure Travis CI build is still working

0.5.0

04 May 20:24
b2a54b9
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Bug

  • #1 Does not build on OSX

Improvement

  • #20 Cake.Plist 0.4.0 is referencing an older version of Cake.Core (0.22.2).

0.4.0

22 Oct 20:03
911f071
Compare
Choose a tag to compare

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

Improvements

  • #17 Update to Cake.Core version 0.22
  • #8 Update nuspec with Cake Contrib Icon

0.3.0

08 Mar 22:51
446be9f
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Bug

  • #9 Add lib folder structure to NuGet package

Improvements

  • #12 Update to latest Cake
  • #11 Convert this repo to use Cake.Recipe
  • #7 Update NuGet Metadata

Documentation

  • #15 Add Wyam Documentation

0.2.0

06 Feb 12:03
Compare
Choose a tag to compare
  • Renamed DeserializePlist(string xml) to DeserializePlistXml(string xml)
  • Renamed SerializePlist(object value) to SerializePlistXml(object value)
  • Some bugs fixed

0.1.0

06 Feb 12:02
Compare
Choose a tag to compare
  • Initial release
  • Manipulate plists with PlistSerialize / PlistDeserialize