Skip to content

v1.1.64

Latest

Choose a tag to compare

@abjerner abjerner released this 22 Feb 18:00
· 2 commits to v1/main since this release

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.Essentials --version 1.1.64

or the NuGet Package Manager:

Install-Package Skybrud.Essentials -Version 1.1.64

Changelog

  • Added Then extension methods for use in async method chains (see 389deeb)

  • Added ToStringList extension methods for string (see 678ce14)