v1.4.1
Due to an issue in Version 1.4 there exists a collision between the Span<T>.Replace method provided by SpanExtensions and the one newly provided by .Net 8.
To circumvent an error, we have decided to exclude Span<T>.Replace from any .Net Version beyond .Net 7 moving forward to allow the built-in method to take precedence.
It is still included for any target below version .Net 8 though to ensure backwards-compatibility.
Full Changelog: https://github.com/draconware-dev/SpanExtensions.Net/blob/main/Changelog.md