Schema.NET 7.1.0
·
73 commits
to master
since this release
- Add Schema.org Release v6 and v7 changes (#136)
- Add
PronounceableText
type support. - Add
Values<T1, T2, T3, T4, T5, T6, T7>
type. - Fix to only support
DateTimeOffset
conversion if it looks like it has an offset. ISO 8601 defines the offset as numbers after a "+" as the offset or after a "Z" meaning UTC0. Without this change, the timezone offset of the current machine is used which is (in many cases) undesired.
- Add better support for time offsets in dates.
- Fixed bug in time offset handling via substrings.