PListNet 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PListNet --version 2.0.0
NuGet\Install-Package PListNet -Version 2.0.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="PListNet" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PListNet --version 2.0.0
#r "nuget: PListNet, 2.0.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 PListNet as a Cake Addin
#addin nuget:?package=PListNet&version=2.0.0

// Install PListNet as a Cake Tool
#tool nuget:?package=PListNet&version=2.0.0

.Net Library for working with Apple *.plist files.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PListNet:

Package Downloads
PListDeserializer

Helps deserialize PList files

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PListNet:

Repository Stars
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
Version Downloads Last updated
3.2.0 78,630 4/3/2020
3.1.0 653 3/29/2020
3.0.0 5,584 6/26/2019
2.0.3 82,449 1/27/2016
2.0.2 1,339 11/2/2015
2.0.1 1,358 9/30/2015
2.0.0 1,436 7/15/2015

Version 2.0 is a major refactoring and cleanup. The API surface has been reduced and unit tests added.

The original project appears to be abandoned on Google Code, this version continues from where work has been left off over on GitHub.