Version 1.1.28

Date 2021-04-10 (1,315 days ago)
Downloads 5,185 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

#changelog">Changelog

  • StripHtml methods shouldn't break on null values (see 3bda45b, e5d6528)
    The two StripHtml methods in the StringUtils class would break if passed a null value. With this release, the two methods will now return null if the input string is a null value.

  • Added ReplaceLineBreaks extension method (see 2ad8dd1)
    The previous release added a ReplaceLineBreaks method in the StringUtils class. With this release, a similar ReplaceLineBreaks extension method is now also available via the StringExtensions class.

  • Extended the implementation of the EssentialsMonth class (see 2bd860a)
    The class has been updated with the following changes:

    • Introduced new GetPrevious member methods for getting the previous month
    • Introduced new GetNext member methods for getting the next month
    • Introduced new GetMonths static methods for getting an array of multiple months