diff --git a/src/FuncSharp/FuncSharp.csproj b/src/FuncSharp/FuncSharp.csproj index 230007f..a36f532 100644 --- a/src/FuncSharp/FuncSharp.csproj +++ b/src/FuncSharp/FuncSharp.csproj @@ -2,9 +2,9 @@ true CS1591 - 9.0.2 - 9.0.2 - 9.0.2 + 9.0.3 + 9.0.3 + 9.0.3 FuncSharp A C# library with main purpose to reduce boilerplate code and avoid bugs thanks to stronger typing. Utilizes many concepts from functional programming languages that are also applicable in C#. Originally written by Honza Široký. Mews, Honza Široký @@ -13,7 +13,7 @@ https://github.com/MewsSystems/FuncSharp MIT false - All the structs now have proper equality implementation. + Second parameter of Option.MatchAsync is now optional. git https://github.com/MewsSystems/FuncSharp true