Date | 2021-03-21 (1,335 days ago) |
---|---|
Downloads | 1,701 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
">ChangelogIntroduced the StringUtils.ReplaceLineBreaks
method (see 50deea5
)
The method replaces carriage return and new line characters (\r\n
, \r
, and \n
) with HTML line breaks <br />
.
Added more method overloads for ReflectionUtils
and ReflectionExtensions
(see 18c9c0c
, 0f93924
and ddce8ae
)
With this release, more overloads of the HasCustomAttribute
, HasCustomAttributes
, GetCustomAttribute
, GetCustomAttribute
and IsObsolete
methods are now available.