Version 1.1.63

Date 2025-11-27 (9 days ago)
Downloads 427 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 .NET 5 .NET 6 .NET 7 .NET 8 .NET 10

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.Essentials --version 1.1.63

or the NuGet Package Manager:

Install-Package Skybrud.Essentials -Version 1.1.63

Changelog

  • Added misc utility and extension methods for converting string values into corresponding HashSet<> values (see 22cbf8b)
    Similar to the existing StringUtils.Parse{Type}Array and StringUtils.Parse{Type}List, similar StringUtils.Parse{Type}Set methods are now available with this release.

  • Added .NET 8 and .NET 10 as additional target frameworks (see 22da437)
    These are LTS releases of .NET and as such should be the primary target frameworks for this package. Ideally all EOL target frameworks should be removed, but as this would be a breaking change, this will be addressed in a v1.2.0 or 2.0.0 release instead.