NFile.Core 1.3.1

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

// Install NFile.Core as a Cake Tool
#tool nuget:?package=NFile.Core&version=1.3.1

NFile is designed to be a quick and easy way to deserialize data into objects, provide a framework for manipulation and provide an easy way to serialize the objects back out to a file.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
1.4.3.2 1,217 4/11/2018
1.4.3.1 1,167 3/19/2017
1.4.3 1,087 3/7/2017
1.4.2 1,131 3/3/2017
1.4.1 1,289 2/16/2017
1.4.0 1,044 2/9/2017
1.3.1 1,060 11/25/2016
1.3.0 1,187 11/13/2016
1.2.3 1,437 10/29/2016
1.2.2 1,219 10/28/2016
1.2.1 1,309 10/25/2016

Added HeaderName property to output save attribute to allow ability to customize output column header names.