We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e6229 commit 0d8259fCopy full SHA for 0d8259f
README.md
@@ -633,6 +633,7 @@ dotnet add package CSharpFunctionalExtensions.Analyzers
633
634
A big thanks to the project contributors!
635
636
+- [Chris C](https://github.com/ToInvertedResult)
637
- [Marcin Jahn](https://github.com/marcinjahn)
638
- [Jannes Kaspar-Müller](https://github.com/JKamue)
639
- [dbuckin1](https://github.com/dbuckin1)
version.txt
@@ -1,5 +1,4 @@
1
-3.1.0
+3.2.0
2
Updates:
3
-* #565 Add allocation-free Maybe.Bind overload
4
-* #569 Add async & func overloads for Maybe.From
5
-* Nullability handling improvements in Maybe
+* #567 Select overload for Result to use in LINQ
+* #579 allocation-free overloads of Maybe.Match
0 commit comments