Xilytix.FieldedText
1.0.4
See the version list below for details.
dotnet add package Xilytix.FieldedText --version 1.0.4
NuGet\Install-Package Xilytix.FieldedText -Version 1.0.4
<PackageReference Include="Xilytix.FieldedText" Version="1.0.4" />
paket add Xilytix.FieldedText --version 1.0.4
#r "nuget: Xilytix.FieldedText, 1.0.4"
// Install Xilytix.FieldedText as a Cake Addin #addin nuget:?package=Xilytix.FieldedText&version=1.0.4 // Install Xilytix.FieldedText as a Cake Tool #tool nuget:?package=Xilytix.FieldedText&version=1.0.4
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.
Added
- SerializationCore.GetOrdinal(int fieldId) Finds field ordinal using field Id
Fixed
- SerializationCore.GetOrdinal(string name) now throws exception if field not found.
Use SerializationCore.FieldList.IndexOfName() to return error instead of throwing
exception.
- FtMetaSerializer.Serialize(..., XmlWriterSettings) was ignoring XmlWriterSettings
Code examples can be viewed at:
http://www.xilytix.com/fieldedtext/csharplibrary/examples