Skip to content

Commit

Permalink
🔖 Chasm.Collections v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Sep 6, 2024
1 parent d0d552a commit 49bda22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Chasm.Collections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Chasm.Collections Changelog

### v2.4.1
- 🧩 Added `net40` target. Now targets: `net8.0`, `net6.0`, `net5.0`, `netcoreapp3.0`, `netcoreapp2.0`, `netcoreapp1.0`, `netstandard2.1`, `netstandard2.0`, `netstandard1.3`, `netstandard1.0`, `net47`, `net46`, `net45`, `net40`, `net35`;

### v2.4.0
- ✨ Added `CollectionExtensions.AsEntry(this KeyValuePair<TKey, TValue>)`;
- ✨ Added `CollectionExtensions.Cast<TKey, TValue>(this DictionaryEntry)`;
Expand All @@ -19,7 +22,7 @@
- ✨ Added `EnumerableExtensions.OnlyOrDefault<T>(this IEnumerable<T>, Func<T, bool>)`;

### v2.2.7
- 🧩 Added `net35` target. Now targets: `net8.0`, `net6.0`, `net5.0`, `netcoreapp3.0`, `netcoreapp2.0`, `netcoreapp1.0`, `netstandard2.1`, `netstandard2.0`, `netstandard1.3`, `netstandard1.0`, `net47`, `net46`, `net45`, `net35`;
- 🧩 Added `net35` target. Now targets: `net8.0`, `net6.0`, `net5.0`, `netcoreapp3.0`, `netcoreapp2.0`, `netcoreapp1.0`, `netstandard2.1`, `netstandard2.0`, `netstandard1.3`, `netstandard1.0`, `net47`, `net46`, `net45`, `net35`;

### v2.2.6
- 📄 Updated license information;
Expand Down
2 changes: 1 addition & 1 deletion Chasm.Collections/Chasm.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- Header -->
<AssemblyName>Chasm.Collections</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<Version>2.4.0</Version>
<Version>2.4.1</Version>

<!-- Title, Description, Tags -->
<Title>$(AssemblyName)</Title>
Expand Down

0 comments on commit 49bda22

Please sign in to comment.