PListNet 2.0.3

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

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

.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 76,216 4/3/2020
3.1.0 653 3/29/2020
3.0.0 5,557 6/26/2019
2.0.3 82,219 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.3 is a bug fix release that corrects writing of XML files.