Releases · t-bruning/UniversalTypeConverter · GitHub
Skip to content

Releases: t-bruning/UniversalTypeConverter

v2.7.1

Choose a tag to compare

@t-bruning t-bruning released this 25 Jul 20:10
6a1ea76

Support for Guid to byte[]

Version 2.7.1 supports converting a Guid to a byte array.

v2.6.2

Choose a tag to compare

@t-bruning t-bruning released this 02 Jul 17:28
02d6fc4

Support for ReadOnlySpan of char

Version 2.6.2 supports common conversions of ReadOnlySpan of char.

v2.6

Choose a tag to compare

@t-bruning t-bruning released this 21 Jun 19:20
3abe9f6

Support for .NET 6.0

String to DateOnly
String to TimeOnly
DateTime to DateOnly
DateTime to TimeOnly
DateOnly to String
DateOnly to DateTime
TimeOnly to String

More DateTime formats

String to DateTime now supports milliseconds:

  • yyyyMMdd HH:mm:ss.fff
  • yyyy-MM-dd HH:mm:ss.fff

Full Changelog: https://github.com/t-bruning/UniversalTypeConverter/commits/v2.6.0