XPathSerialization 1.1.2
Major redesign of code resulted in a different perspective of what it does. It is a mapper, to and from any data type. Therefor choose to rename the package and start at the right level of versioning. Hence the new package 'AdaptableMapper'
dotnet add package XPathSerialization --version 1.1.2
NuGet\Install-Package XPathSerialization -Version 1.1.2
<PackageReference Include="XPathSerialization" Version="1.1.2" />
<PackageVersion Include="XPathSerialization" Version="1.1.2" />
<PackageReference Include="XPathSerialization" />
paket add XPathSerialization --version 1.1.2
#r "nuget: XPathSerialization, 1.1.2"
#addin nuget:?package=XPathSerialization&version=1.1.2
#tool nuget:?package=XPathSerialization&version=1.1.2
A package for serializing string to memory objects via configuration
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 12.0.2)
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.1.2:
- Added unregister option for observers
1.1.1:
- Removed hard throwing of exceptions
- Added an Errors/ErrorObserver singleton where observer can subscribe to read errors
1.1.0:
- Updated release notes to have a history, and since 1.0.4 actually has breaking changes it shouldn't have been only a minor version update
1.0.4:
- Seperated configuration from prosessing objects so that it reinstantiated
1.0.3:
- Abstraction added to the XPathConfiguration implementations
1.0.2:
- Attempt at adding dependencies in nuspec
1.0.1:
- Attempt at adding dependencies in nuspec (failed build)
1.0.0:
- First setup for serialization to and from XML to in memory objects without hard coded configurations