Skip to content

Commit 9fd0882

Browse files
committed
update to 5.2.1
1 parent 3bf6b53 commit 9fd0882

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

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

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,14 @@
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.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+
* Fixed an issue with case comparison in Char ``Contains`` extension method.</PackageReleaseNotes>
1911
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2012
<PackageReadmeFile>README.md</PackageReadmeFile>
2113
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
22-
<AssemblyVersion>5.2.0.0</AssemblyVersion>
23-
<FileVersion>5.2.0.0</FileVersion>
24-
<PackageVersion>5.2.0</PackageVersion>
14+
<AssemblyVersion>5.2.1.0</AssemblyVersion>
15+
<FileVersion>5.2.1.0</FileVersion>
16+
<PackageVersion>5.2.1</PackageVersion>
2517
<RepositoryType>git</RepositoryType>
2618
<Authors>AlastairLundy</Authors>
2719
<LangVersion>default</LangVersion>

Version History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
## As AlastairLundy.Extensions.System
44

55
### Version 5.x
6+
See main branch for later versions.
67

78
### 5.2
89
| Version | Release Date |
910
|-|-|
11+
| 5.2.1 | October 22nd 2024 |
12+
| 5.2.0 | September 25th 2024 |
1013
| 5.2.0 Preview 2 | September 14th 2024 |
1114
| 5.2.0 Preview 1 | September 14th 2024 |
1215

0 commit comments

Comments
 (0)