From aa518235ac735b24b1c5b4d981a5326926c5c823 Mon Sep 17 00:00:00 2001 From: "DESKTOP-HSO41AP\\Vlad" Date: Tue, 4 Jul 2023 12:15:59 -0400 Subject: [PATCH] version --- CSharpFunctionalExtensions/Entity/Entity.cs | 3 ++- README.md | 1 + version.txt | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CSharpFunctionalExtensions/Entity/Entity.cs b/CSharpFunctionalExtensions/Entity/Entity.cs index 08083ccf..cb60503f 100644 --- a/CSharpFunctionalExtensions/Entity/Entity.cs +++ b/CSharpFunctionalExtensions/Entity/Entity.cs @@ -2,7 +2,8 @@ namespace CSharpFunctionalExtensions { - public abstract class Entity : IComparable, IComparable> where TId : IComparable + public abstract class Entity : IComparable, IComparable> + where TId : IComparable { public virtual TId Id { get; protected set; } diff --git a/README.md b/README.md index 5e6a697a..25a11b29 100644 --- a/README.md +++ b/README.md @@ -586,6 +586,7 @@ result.Should().Fail(); // throws A big thanks to the project contributors! +- [Robert Larkins](https://github.com/robertlarkins) - [tinytownsoftware](https://github.com/tinytownsoftware) - [piotr121993](https://github.com/piotr121993) - [Dmitry Korotin](https://github.com/teheran) diff --git a/version.txt b/version.txt index 4bbd9725..679b0095 100644 --- a/version.txt +++ b/version.txt @@ -1,6 +1,6 @@ -2.39.2 +2.40.0 New features: -* #506 Adding Task support to TapTry and TapIfTry +* #510 Make Entity implement IComparable Fixed issues: * None \ No newline at end of file