Skip to content

v3.0.0

Choose a tag to compare

@linkdotnet linkdotnet released this 30 Oct 06:56
695b6c5

This is the v3 major release. The API is almost the same as in v2 - there is only a slight change in the Concat static helper method to reflect a less-boxed API.

Added

  • .NET 10.0 support
  • IndexOf, LastIndexOf, and Contains methods now support StringComparison

Changed

  • ValueStringBuilder.Concat uses params ReadOnlySpan<T> to reduce boxing and improve performance.