We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679464a commit 7953691Copy full SHA for 7953691
1 file changed
README.md
@@ -5,7 +5,7 @@ Utf8StringSplitter
5
[](https://www.nuget.org/packages/Utf8StringSplitter)
6
7
`Utf8StringSplitter` provides methods (`Split` and `SplitAny`) to split Utf8 strings (`byte` sequences) based on a specified separators.
8
-This library is distributed via NuGet, supporting .NET Standard 2.0, .NET Standard 2.1, .NET 6 (.NET 7), .NET 8 and above.
+This library is distributed via NuGet, supporting .NET Standard 2.0, .NET Standard 2.1, .NET 6 (.NET 7), .NET 8, .NET 9, .NET 10(RC1) and above.
9
10
> PM> Install-Package [Utf8StringSplitter](https://www.nuget.org/packages/Utf8StringSplitter/)
11
0 commit comments