Cake.Plist 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cake.Plist --version 0.2.0
NuGet\Install-Package Cake.Plist -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cake.Plist" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.Plist --version 0.2.0
#r "nuget: Cake.Plist, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cake.Plist as a Cake Addin
#addin nuget:?package=Cake.Plist&version=0.2.0

// Install Cake.Plist as a Cake Tool
#tool nuget:?package=Cake.Plist&version=0.2.0

Plist Addin for Cake Build Automation System

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 334,424 8/11/2019
0.6.0 45,307 5/9/2019
0.5.0 40,366 5/4/2018
0.4.0 47,518 10/22/2017
0.3.0 31,745 3/8/2017
0.2.0 3,135 7/6/2016
0.1.0 1,082 5/4/2016

- Renamed DeserializePlist(string xml) to DeserializePlistXml(string xml)
- Renamed SerializePlist(object value) to SerializePlistXml(object value)
- Some bugs fixed