Skip to content

v1.1.39

Compare
Choose a tag to compare
@abjerner abjerner released this 21 Apr 11:42
· 190 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.39

or the NuGet package manager:

Install-Package Skybrud.Essentials -Version 1.1.39

Changelog

  • Introduced new Split extension methods for the String class (see #22 and 6432f89)
    The extension methods may be more favorable compared to the default String.Split method, as they support a number of different scenarios.