diff --git a/src/FluentResults.Extensions.FluentAssertions/FluentResults.Extensions.FluentAssertions.csproj b/src/FluentResults.Extensions.FluentAssertions/FluentResults.Extensions.FluentAssertions.csproj index 3f41889..1f614ad 100644 --- a/src/FluentResults.Extensions.FluentAssertions/FluentResults.Extensions.FluentAssertions.csproj +++ b/src/FluentResults.Extensions.FluentAssertions/FluentResults.Extensions.FluentAssertions.csproj @@ -3,13 +3,13 @@ netstandard2.0;netstandard2.1 FluentResults.Extensions.FluentAssertions - 2.1.1.0 + 2.1.2.0 Michael Altmann Asserting FluentResults objects with FluentAssertions false MIT - - FIXED - Assertions method HaveValue(...) can now handle null #172 + - FIXED - Fixed equality comparer inside ReasonAssertions.HaveMetadata() #184 Copyright 2022 (c) Michael Altmann. All rights reserved. Result Results exception error handling FluentResults diff --git a/src/FluentResults/FluentResults.csproj b/src/FluentResults/FluentResults.csproj index a2d5a1d..f8b71cc 100644 --- a/src/FluentResults/FluentResults.csproj +++ b/src/FluentResults/FluentResults.csproj @@ -2,15 +2,18 @@ netstandard2.0;netstandard2.1 FluentResults - 3.15.2.0 + 3.16.0.0 Michael Altmann A lightweight Result object implementation for .NET false MIT - FIXED - Result get packed twice because of implicit conversion to Result of object #165 + - ADDED - Readme in Nuget #203 + - CHANGED - Downgrade MEL.Abstractions to v2.1.1 #208 + - FIXED - HasError of T can throw when I would expect false #204 + - FIXED - Typos in readme and inline documentation - Copyright 2022 (c) Michael Altmann. All rights reserved. + Copyright 2024 (c) Michael Altmann. All rights reserved. Result Results exception error handling https://github.com/altmann/FluentResults https://raw.githubusercontent.com/altmann/FluentResults/master/resources/icons/FluentResults-Icon-128.png