Skip to content

Commit

Permalink
Merge branch 'private/ma/implicitConversionDynamic'
Browse files Browse the repository at this point in the history
  • Loading branch information
altmann committed Aug 12, 2022
2 parents ec9937e + 51d56a7 commit 0df3652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/FluentResults/FluentResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageId>FluentResults</PackageId>
<Version>3.10.0.0</Version>
<Version>3.11.0.0</Version>
<Authors>Michael Altmann</Authors>
<Description>A lightweight Result object implementation for .NET</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>
ADDED - OkIf/FailIf with lazily evaluated Error #141
ADDED - ValueTask support for all async methods #143
FIXED - Fix the double wrapping during implicit conversion from TValue to Result of TValue #144
</PackageReleaseNotes>
<Copyright>Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright>
<PackageTags>Result Results exception error handling</PackageTags>
Expand Down

0 comments on commit 0df3652

Please sign in to comment.