Version 1.0.8

Date 2017-02-18 (2,827 days ago)
Downloads 54K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5

Changelog

  • Introduced new WordCount and HighlightKeywords methods in the StringUtils class. The same methods are also available as extension methods for string (see dfb1ed0).
  • Various improvements to the XML parsing logic - including new methods, more unit and improved unit tests (see 936bfcf).
  • The ToRfc822 and ToRfc2822 methods in the StringUtils class should explicitly specify the culture to be used (invariant culture) (see 3785c83 and 0279621).
  • Added new properties to the EssentialsDateTime class for converting an instance to ISO 8601, RFC 822 and RFC 2822 (see dfd45ea).
  • Added new methods to the EssentialsDateTime class for converting from ISO 8601, RFC 822 and RFC 2822 strings to EssentialsDateTime (see 816264b).
  • Introduced new TryParse methods for the EssentialsDateTime class - in a similar way to the two TryParse methods in the DateTime struct class (see a6770e6).
  • The EssentialsDateTime class can now be initialized directly from an Int32, Int64 or Double - assuming a timestamp specified in seconds (see 3f3e0c3).
  • Added new GetObjectArray extension method for JObject (see a3b8a0b).
  • Added basic logic for working with the Assembly class of .NET (see bc2d566).
  • Improvements to the XML documentation (see 83b0d1e and 936bfcf).