Skip to content

Commit 9e628a7

Browse files
committed
Update csproj for the Release note.
Tag V0.1.0
1 parent 71f587f commit 9e628a7

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/Here/Here.csproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

1616
Supported 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>

0 commit comments

Comments
 (0)