You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added ``Contains`` string extensions for chars - .NET Standard 2 users have access to both methods to compensate for not having a built in String.Contains(char) method
13
-
* Added ``IsAPartialMatch`` Matching extension
14
-
* Added missing xml doc comments
15
-
* Added ``IndexesOf`` string extensions
16
-
17
-
### Changes
18
-
* Moved ``ContainsSpacesExtensions`` class to the Strings subfolder</PackageReleaseNotes>
9
+
<PackageReleaseNotes>### Changes since 5.2.0
10
+
* Fixed an issue with case comparison in Char ``Contains`` extension method.</PackageReleaseNotes>
0 commit comments