Skip to content

Commit a911275

Browse files
committed
update to 5.3.0
1 parent 9306508 commit a911275

3 files changed

Lines changed: 20 additions & 7 deletions

File tree

AlastairLundy.Extensions.System/AlastairLundy.Extensions.System.csproj

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,33 @@
66
<Description>Extensions to C# System classes and structs to help improve them.</Description>
77
<Copyright>(c) 2024 Alastair Lundy</Copyright>
88
<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`&lt;T&gt;`` 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
1122
* 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>
1324
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1425
<PackageReadmeFile>README.md</PackageReadmeFile>
1526
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1627
<AssemblyVersion>5.3.0.0</AssemblyVersion>
1728
<FileVersion>5.3.0.0</FileVersion>
18-
<PackageVersion>5.3.0-preview.3</PackageVersion>
29+
<PackageVersion>5.3.0</PackageVersion>
1930
<RepositoryType>git</RepositoryType>
2031
<Authors>AlastairLundy</Authors>
2132
<LangVersion>default</LangVersion>
2233
<ImplicitUsings>disable</ImplicitUsings>
2334
<TargetFrameworks>net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
35+
<PackageTags>extension-methods</PackageTags>
2436
</PropertyGroup>
2537

2638
<ItemGroup>

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ These are the currently supported versions of System Extensions.
1414

1515
| Version | Standard Security Support | Extended Security Support |
1616
| ------- | ------------------ |----|
17+
| 5.3.x | Until System Extensions 5.5 | Until System Extensions 5.5 |
1718
| 5.2.x | Until System Extensions 5.4 | Until System Extensions 5.5 |
18-
| 5.1.x | Until System Extensions 5.3 | Until System Extensions 5.4 |
19-
| 5.0.x | :x: | Until System Extensions 5.3 |
20-
| < 5.0.x | :x: | :x: |
19+
| 5.1.x | :x: | Until System Extensions 5.4 |
20+
| < 5.1.x | :x: | :x: |
2121

2222
### Security Vulnerabilities
2323
If you wish to report a potential security vulnerability please go to the security tab on this GitHub project and create a new Security Vulnerability report.

Version History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#### 5.3
88
| Version | Release Date |
99
|-|-|
10+
| 5.3.0 | October 26th 2024 |
1011
| 5.3.0 Preview 3 | October 22nd 2024 |
1112
| 5.3.0 Preview 2 | September 30th 2024 |
1213
| 5.3.0 Preview 1 | September 30th 2024 |

0 commit comments

Comments
 (0)