Version 1.1.39

Date 2022-04-21 (939 days ago)
Downloads 9,931 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.39

or the NuGet package manager:

Install-Package Skybrud.Essentials -Version 1.1.39

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