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.0
support (as well as previousnet35
support) - Fix bug in
XName
/string
comparison - 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
TryParse
instead of catchingFormatException
for better perf - Introduce C# enum in place of const fields
- Internal code consolidations
- More unit tests