Version 1.1.68

Date 2026-06-20 (26 days ago)
Downloads 387 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.68

or the NuGet Package Manager:

Install-Package Skybrud.Essentials -Version 1.1.68

Changelog

  • Marked misc classes as obsolete (see feda4ca)
    The classes have had alternatives within the package for years, and should already have been marked as obsolete. The classes will be removed in v1.2 (or v2.0, if v1.2 becomes v2.0).

  • Copied extension method classes in individual namespaces (see ea7d575)
    Having the extension in the same namespace are more likely to cause conflicts (ambigious references) with other packages, so similar extension methods are now available in individual namespaces. The existing extension methods has been marked as obsolete.

  • Added misc IsMatch extension methods overloads for .NET's Regex class (see 320f179)
    These extension adds similar functionality to the existing RegexUtils.IsMatch utility methods.