From 9a026d15408dc7ddedfcb9f1c477647a806e9c8e Mon Sep 17 00:00:00 2001 From: Thomas Bruderer Date: Mon, 8 Jun 2020 14:02:50 +0200 Subject: [PATCH] Release the new version 1.7.0 of Funcky --- Funcky.Test/Funcky.Test.csproj | 2 ++ Funcky/Funcky.csproj | 6 +++--- changelog.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Funcky.Test/Funcky.Test.csproj b/Funcky.Test/Funcky.Test.csproj index dfd0aa62..0e9739df 100644 --- a/Funcky.Test/Funcky.Test.csproj +++ b/Funcky.Test/Funcky.Test.csproj @@ -6,6 +6,8 @@ enable true false + 1.7.0.0 + 1.7.0.0 diff --git a/Funcky/Funcky.csproj b/Funcky/Funcky.csproj index 104d43b3..d8726ced 100644 --- a/Funcky/Funcky.csproj +++ b/Funcky/Funcky.csproj @@ -16,9 +16,9 @@ https://github.com/messerli-informatik-ag/funcky https://github.com/messerli-informatik-ag/funcky Functional Monad - 1.6.0 - 1.6.0.0 - 1.6.0.0 + 1.7.0 + 1.7.0.0 + 1.7.0.0 diff --git a/changelog.md b/changelog.md index 173a4beb..844f1971 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ * Add `WhereSelect` extension function for `IEnumerable`. * Add missing overload for nullary actions to `ActionToUnit`. -## Unreleased +## 1.7.0 * Add nullability annotations to everything except for `Monads.Reader`. * Add a function for creating an `Option` from a nullable value: `Option.From`. * `Either.Match` now throws when called on an `Either` value created using `default(Either)`.