From 49bda22beed8b53d2c02e32f4c26b3a7ea367074 Mon Sep 17 00:00:00 2001 From: Chasmical Date: Fri, 6 Sep 2024 11:29:00 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Chasm.Collections=20v2.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chasm.Collections/CHANGELOG.md | 5 ++++- Chasm.Collections/Chasm.Collections.csproj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Chasm.Collections/CHANGELOG.md b/Chasm.Collections/CHANGELOG.md index 378e2bf6..f5d11757 100644 --- a/Chasm.Collections/CHANGELOG.md +++ b/Chasm.Collections/CHANGELOG.md @@ -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)`; - ✨ Added `CollectionExtensions.Cast(this DictionaryEntry)`; @@ -19,7 +22,7 @@ - ✨ Added `EnumerableExtensions.OnlyOrDefault(this IEnumerable, Func)`; ### 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; diff --git a/Chasm.Collections/Chasm.Collections.csproj b/Chasm.Collections/Chasm.Collections.csproj index 1a5b22a9..87a9bc5c 100644 --- a/Chasm.Collections/Chasm.Collections.csproj +++ b/Chasm.Collections/Chasm.Collections.csproj @@ -37,7 +37,7 @@ Chasm.Collections $(AssemblyName) - 2.4.0 + 2.4.1 $(AssemblyName)