Skip to content

Commit 43ddeb5

Browse files
committed
version
1 parent 2776408 commit 43ddeb5

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,9 @@ dotnet add package CSharpFunctionalExtensions.Analyzers
633633

634634
A big thanks to the project contributors!
635635

636+
- [Marcin Jahn](https://github.com/marcinjahn)
637+
- [Jannes Kaspar-Müller](https://github.com/JKamue)
638+
- [dbuckin1](https://github.com/dbuckin1)
636639
- [bothzoli](https://github.com/bothzoli)
637640
- [Pavel Zemlianikin](https://github.com/PNZeml)
638641
- [Simon Lang](https://github.com/redx177)
@@ -681,7 +684,6 @@ A big thanks to the project contributors!
681684
- [Adrian Frielinghaus](https://github.com/freever)
682685
- [svroonland](https://github.com/svroonland)
683686
- [JvSSD](https://github.com/JvSSD)
684-
- [mnissl](https://github.com/mnissl)
685687
- [Vladimir Makaev](https://github.com/VladimirMakaev)
686688
- [Ben Smith](https://github.com/benprime)
687689
- [pedromtcosta](https://github.com/pedromtcosta)

version.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
2.42.5
2-
New features:
3-
* # 547 Adding Maybe.ToUnitResult
4-
5-
Fixed issues:
6-
* None
1+
3.0.0
2+
What's new:
3+
* #552 Separate comparable types (breaking change)
4+
* #554 Remove EOL .NET frameworks and obsolete methods (breaking change)
5+
* #555 Add IError to the Result struct
6+
* #558 GetValueOrDefault for Result
7+
* #560 Add Result.Of methods
8+
* #561 Improve null handling of Maybe
9+
* #563 Add async overloads of Maybe.Match

0 commit comments

Comments
 (0)