| Date | 2021-04-10 (1,708 days ago) |
|---|---|
| Downloads | 5,538 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 |
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:
GetPrevious member methods for getting the previous monthGetNext member methods for getting the next monthGetMonths static methods for getting an array of multiple months