From 0a3d6c731bf3cd5b811040a495cdb3d70393b37e Mon Sep 17 00:00:00 2001 From: Petr Koutny Date: Fri, 23 Aug 2024 11:40:32 +0200 Subject: [PATCH] Added nuget info --- src/FuncSharp/FuncSharp.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FuncSharp/FuncSharp.csproj b/src/FuncSharp/FuncSharp.csproj index 5911fb1..6b0ce9e 100644 --- a/src/FuncSharp/FuncSharp.csproj +++ b/src/FuncSharp/FuncSharp.csproj @@ -2,9 +2,9 @@ true CS1591 - 10.0.0 - 10.0.0 - 10.0.0 + 10.0.1 + 10.0.1 + 10.0.1 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 - Upgraded target .NET version to 8.0 + Added JsonConverter implementations for Try<,> and Unit types git https://github.com/MewsSystems/FuncSharp true