|
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.3.0 Preview 2 |
10 | | -* Added additional DateTime Extensions along with xml doc comments for them |
| 9 | + <PackageReleaseNotes>## Changes since 5.2.x |
| 10 | + |
| 11 | +### Additions |
| 12 | +* Added ``ContainsAnyOf`<T>`` extension (generic) |
| 13 | +* Added ``ContainsAnyOf`` string extension |
| 14 | +* Added ``ContainsAllOf`` string extension |
| 15 | +* Added additional ``DateTime`` Extensions along with xml doc comments for them |
| 16 | + |
| 17 | +### Deprecations |
| 18 | +* Deprecated ``IsAllTrue`` bool extension - This will be removed in a future version. |
| 19 | +* Deprecated ``IsAllFalse`` bool extension - This will be removed in a future version. |
| 20 | + |
| 21 | +### General Changes |
11 | 22 | * Replaced explicit .NET 6 TFM with .NET Standard 2.1 TFM |
12 | | -* Corrected incorrect namespaces on some DateOnly extensions</PackageReleaseNotes> |
| 23 | +* Corrected incorrect namespaces on some ``DateOnly`` extensions</PackageReleaseNotes> |
13 | 24 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
14 | 25 | <PackageReadmeFile>README.md</PackageReadmeFile> |
15 | 26 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
16 | 27 | <AssemblyVersion>5.3.0.0</AssemblyVersion> |
17 | 28 | <FileVersion>5.3.0.0</FileVersion> |
18 | | - <PackageVersion>5.3.0-preview.3</PackageVersion> |
| 29 | + <PackageVersion>5.3.0</PackageVersion> |
19 | 30 | <RepositoryType>git</RepositoryType> |
20 | 31 | <Authors>AlastairLundy</Authors> |
21 | 32 | <LangVersion>default</LangVersion> |
22 | 33 | <ImplicitUsings>disable</ImplicitUsings> |
23 | 34 | <TargetFrameworks>net8.0;netstandard2.0;netstandard2.1</TargetFrameworks> |
| 35 | + <PackageTags>extension-methods</PackageTags> |
24 | 36 | </PropertyGroup> |
25 | 37 |
|
26 | 38 | <ItemGroup> |
|
0 commit comments