Version 1.1.38

Date 2022-03-24 (967 days ago)
Downloads 8,868 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.1 .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 4.8

#installation">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">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.