Version 1.1.34

Date 2021-12-21 (1,060 days ago)
Downloads 3,154 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.34

or the NuGet package manager:

Install-Package Skybrud.Essentials -Version 1.1.34

#changelog">Changelog

  • Added generic overloads for the StringExtensions.Join methods (see 28f074a)
    The two methods aren't really that useful if not generic. The two existing methods should have been generic in the first place, but are now kept for backwards compatibility.