Skip to content

Commit

Permalink
Update csproj for the Release note.
Browse files Browse the repository at this point in the history
Tag V0.1.0
  • Loading branch information
KeRNeLith committed Jul 12, 2018
1 parent 71f587f commit 9e628a7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/Here/Here.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Copyright © 2018</Copyright>
<Description>.NET library that provide mainly functional features for C#.

This means concept of Maybe (Monad).
This means concept of Maybe (Monad) and Result.

Supported platforms:
- .NET Framework 4.5+
Expand All @@ -22,7 +22,19 @@ Supported platforms:
<Company>Alexandre Rabérin</Company>
<IsPackable>true</IsPackable>
<PackageId>Here</PackageId>
<PackageTags>Here Functional C# Maybe Monad</PackageTags>
<PackageReleaseNotes>➟ Release 0.1.0
- General:
- Add JetBrains annotations on many methods of the library to clarify them.

- For Maybe:
- Supports bitwise and logical AND and OR operators.
- New IfElse extensions.
- New Linq extension (OfType) and simplify usage of Cast too.
- Try parse now are available with custom arguments like those available in .NET Framework.

- For Result:
- First implementation of Result.</PackageReleaseNotes>
<PackageTags>Here Functional C# Maybe Monad Result</PackageTags>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/KeRNeLith/Here</PackageProjectUrl>
<RepositoryType>GitHub</RepositoryType>
Expand Down

0 comments on commit 9e628a7

Please sign in to comment.