Xilytix.FieldedText
1.0.1
See the version list below for details.
dotnet add package Xilytix.FieldedText --version 1.0.1
NuGet\Install-Package Xilytix.FieldedText -Version 1.0.1
<PackageReference Include="Xilytix.FieldedText" Version="1.0.1" />
paket add Xilytix.FieldedText --version 1.0.1
#r "nuget: Xilytix.FieldedText, 1.0.1"
// Install Xilytix.FieldedText as a Cake Addin #addin nuget:?package=Xilytix.FieldedText&version=1.0.1 // Install Xilytix.FieldedText as a Cake Tool #tool nuget:?package=Xilytix.FieldedText&version=1.0.1
Fielded Text Implementation (reader, writer, and meta creator/loader/saver). See http://www.fieldedtext.org/ for more information about Fielded Text.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
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.
SerializationReader now supports IDataReader & IDataRecord
Breaking Changes:
- SerializationReader.Read() returns false at end of
current table (instead at of end of file). Set
AutoNextTable to true for Read() to automatically
move to next tables (and read to end of file).
- FtLineType.Rec changed to FtLineType.Record