aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.54k stars 477 forks source link

Added a DateTimeOffsetConverter with a sample on usage #836

Closed EdwardCooke closed 1 year ago

EdwardCooke commented 1 year ago

Fixes #815 by adding a new converter, to not break existing users it isn't added automatically. You will need to add it manually to the serializerbuilder and deserializerbuilder.

aaubry commented 1 year ago

This feature has been released in version 13.3.1.