Skip to content

v11.1.0-dev.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ioancrisan ioancrisan released this 31 Mar 12:22
· 326 commits to master since this release
  • Orchestration

    • Added AppVersion to RuntimeAppInfo
    • Improved app runtime information (version and features).
  • Abstractions

    • New: Added IEnumerable.ForEach async version (extension method).
  • TextProcessing

    • Breaking change: TokenizerSettings.WordSeparators is now a string containing all separator characters.
    • New: TokenizerSettings.WordMinLength (default 3) and .WordBlockSeparators - blocks of strings considered also word separators.