PListNet 3.2.0
.Net Library for working with Apple *.plist files.
Install-Package PListNet -Version 3.2.0
dotnet add package PListNet --version 3.2.0
<PackageReference Include="PListNet" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PListNet --version 3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PListNet, 3.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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=3.2.0
// Install PListNet as a Cake Tool
#tool nuget:?package=PListNet&version=3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
3.2.0: Fixed writing of boolean values (addressed issue #20)
Dependencies
-
.NETStandard 1.0
- EndianBitConverter (>= 1.1.0)
- NETStandard.Library (>= 1.6.1)
Used By
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.
|