v3.0.0
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, andContainsmethods now supportStringComparison
Changed
ValueStringBuilder.Concatusesparams ReadOnlySpan<T>to reduce boxing and improve performance.