Releases: drewnoakes/xmp-core-dotnet
Releases · drewnoakes/xmp-core-dotnet
v6.1.10.1
v2.0.1
Adjust property ordering.
v2.0.0
- Introduce
netstandard1.0support (as well as previousnet35support) - Fix bug in
XName/stringcomparison - Incorporate fixes from Java 5.1.3 to address XXE issues
- Sort properties to match Java implementation's ordering
- Allow parsing partial
byte[]segment via offset/length - Performance tweaks
- API documentation improvements
- Use
TryParseinstead of catchingFormatExceptionfor better perf - Introduce C# enum in place of const fields
- Internal code consolidations
- More unit tests