File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1111 <Copyright >Copyright © 2018</Copyright >
1212 <Description >.NET library that provide mainly functional features for C#.
1313
14- This means concept of Maybe (Monad).
14+ This means concept of Maybe (Monad) and Result .
1515
1616Supported platforms:
1717- .NET Framework 4.5+
@@ -22,7 +22,19 @@ Supported platforms:
2222 <Company >Alexandre Rabérin</Company >
2323 <IsPackable >true</IsPackable >
2424 <PackageId >Here</PackageId >
25- <PackageTags >Here Functional C# Maybe Monad</PackageTags >
25+ <PackageReleaseNotes >➟ Release 0.1.0
26+ - General:
27+ - Add JetBrains annotations on many methods of the library to clarify them.
28+
29+ - For Maybe:
30+ - Supports bitwise and logical AND and OR operators.
31+ - New IfElse extensions.
32+ - New Linq extension (OfType) and simplify usage of Cast too.
33+ - Try parse now are available with custom arguments like those available in .NET Framework.
34+
35+ - For Result:
36+ - First implementation of Result.</PackageReleaseNotes >
37+ <PackageTags >Here Functional C# Maybe Monad Result</PackageTags >
2638 <PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
2739 <PackageProjectUrl >https://github.com/KeRNeLith/Here</PackageProjectUrl >
2840 <RepositoryType >GitHub</RepositoryType >
You can’t perform that action at this time.
0 commit comments