Skip to content

v1.1.38

Compare
Choose a tag to compare
@abjerner abjerner released this 24 Mar 17:45
· 192 commits to v1/main since this release

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Skybrud.Essentials --version 1.1.38

or the NuGet package manager:

Install-Package Skybrud.Essentials -Version 1.1.38

Changelog

  • Implemented collection deconstructors (see #20 and f447c78)
    This allows for tuple like deconstruction of IEnumerable<T> based collections.

  • Updated TimeSpanSecondsConverter class to support TimeSpan? (see #21 and b8d8fc9)
    The TimeSpanSecondsConverter JSON converter now supports serializing and deserializing both TimeSpan and TimeSpan? - opposed to only TimeSpan in earlier releases.