From a2c1d1eb1537d87bba09d03a914e9be09d794594 Mon Sep 17 00:00:00 2001 From: Andrei Sergeev Date: Wed, 25 Sep 2024 16:39:07 +0400 Subject: [PATCH 1/2] v1.5.0 --- src/flatcollections-array/FlatArray/FlatArray.csproj | 2 +- src/flatcollections/FlatCollections/FlatCollections.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/flatcollections-array/FlatArray/FlatArray.csproj b/src/flatcollections-array/FlatArray/FlatArray.csproj index c410c1f..b7a0e3d 100644 --- a/src/flatcollections-array/FlatArray/FlatArray.csproj +++ b/src/flatcollections-array/FlatArray/FlatArray.csproj @@ -18,7 +18,7 @@ PrimeFuncPack Core.FlatArray is a core library for .NET consisting of immutable FlatArray targeted for use in functional programming. System PrimeFuncPack.Core.FlatArray - 1.5.0-rc.1 + 1.5.0 diff --git a/src/flatcollections/FlatCollections/FlatCollections.csproj b/src/flatcollections/FlatCollections/FlatCollections.csproj index 669c690..855b254 100644 --- a/src/flatcollections/FlatCollections/FlatCollections.csproj +++ b/src/flatcollections/FlatCollections/FlatCollections.csproj @@ -18,7 +18,7 @@ PrimeFuncPack Core.FlatCollections is a set of immutable Flat collections for .NET designed for developing business applications based on functional programming. System PrimeFuncPack.Core.FlatCollections - 1.5.0-rc.1 + 1.5.0 @@ -33,7 +33,7 @@ - + From ec2bf86fdebc5794157020a78dad4bc4ce255267 Mon Sep 17 00:00:00 2001 From: Andrei Sergeev Date: Wed, 25 Sep 2024 16:42:44 +0400 Subject: [PATCH 2/2] Update test dependencies --- .../FlatArray.Tests/FlatArray.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatcollections-array/FlatArray.Tests/FlatArray.Tests.csproj b/src/flatcollections-array/FlatArray.Tests/FlatArray.Tests.csproj index 0fc3560..ae53ac4 100644 --- a/src/flatcollections-array/FlatArray.Tests/FlatArray.Tests.csproj +++ b/src/flatcollections-array/FlatArray.Tests/FlatArray.Tests.csproj @@ -26,7 +26,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive