|
6 | 6 | <Description>Extensions to C# System classes and structs to help improve them.</Description> |
7 | 7 | <Copyright>(c) 2024 Alastair Lundy</Copyright> |
8 | 8 | <RepositoryUrl>https://github.com/alastairlundy/SystemExtensions</RepositoryUrl> |
9 | | - <PackageReleaseNotes>## Changes since 5.1.0 |
10 | | - |
11 | | -### Additions |
12 | | -* 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 | +* Added ``IsAnyTrue`` bool IEnumerable extensions |
| 11 | +* Added ``IsAnyFalse`` bool IEnumerable extensions |
| 12 | +* Added ``ContainsAnyOf`` T extension (generic)</PackageReleaseNotes> |
19 | 13 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
20 | 14 | <PackageReadmeFile>README.md</PackageReadmeFile> |
21 | 15 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
22 | | - <AssemblyVersion>5.2.0.0</AssemblyVersion> |
23 | | - <FileVersion>5.2.0.0</FileVersion> |
24 | | - <PackageVersion>5.2.0</PackageVersion> |
| 16 | + <AssemblyVersion>5.3.0.0</AssemblyVersion> |
| 17 | + <FileVersion>5.3.0.0</FileVersion> |
| 18 | + <PackageVersion>5.3.0-preview.1</PackageVersion> |
25 | 19 | <RepositoryType>git</RepositoryType> |
26 | 20 | <Authors>AlastairLundy</Authors> |
27 | 21 | <LangVersion>default</LangVersion> |
|
0 commit comments