Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhorikov committed Sep 8, 2024
1 parent 2776408 commit 43ddeb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,9 @@ dotnet add package CSharpFunctionalExtensions.Analyzers

A big thanks to the project contributors!

- [Marcin Jahn](https://github.com/marcinjahn)
- [Jannes Kaspar-Müller](https://github.com/JKamue)
- [dbuckin1](https://github.com/dbuckin1)
- [bothzoli](https://github.com/bothzoli)
- [Pavel Zemlianikin](https://github.com/PNZeml)
- [Simon Lang](https://github.com/redx177)
Expand Down Expand Up @@ -681,7 +684,6 @@ A big thanks to the project contributors!
- [Adrian Frielinghaus](https://github.com/freever)
- [svroonland](https://github.com/svroonland)
- [JvSSD](https://github.com/JvSSD)
- [mnissl](https://github.com/mnissl)
- [Vladimir Makaev](https://github.com/VladimirMakaev)
- [Ben Smith](https://github.com/benprime)
- [pedromtcosta](https://github.com/pedromtcosta)
Expand Down
15 changes: 9 additions & 6 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
2.42.5
New features:
* # 547 Adding Maybe.ToUnitResult

Fixed issues:
* None
3.0.0
What's new:
* #552 Separate comparable types (breaking change)
* #554 Remove EOL .NET frameworks and obsolete methods (breaking change)
* #555 Add IError to the Result struct
* #558 GetValueOrDefault for Result
* #560 Add Result.Of methods
* #561 Improve null handling of Maybe
* #563 Add async overloads of Maybe.Match

0 comments on commit 43ddeb5

Please sign in to comment.