Skip to content

Commit

Permalink
Increase version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altmann committed Nov 28, 2021
1 parent 87f4f97 commit c22e24a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/FluentResults/FluentResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageId>FluentResults</PackageId>
<Version>3.0.0.0</Version>
<Version>3.1.0.0</Version>
<Authors>Michael Altmann</Authors>
<Description>A lightweight Result object implementation for .NET</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>
REMOVED - Dropped support for .NET Standard 1.1, .NET 4.6.1 and .NET 4.5 (details see readme)
CHANGED - Introduce interfaces for Error, Success and Reason (precondition to support c# records in FluentResults). The public api uses the new interfaces IError, ISuccess and IReason and not the classes Error, Success and Reason any more
REMOVED - Removed the obsolete marked static class Results. Use the static class Result instead.
REMOVED - Removed the parameterless constructor of Error and Success
REMOVED - Removed the obsolete marked implicit operator from Result TValue to Result. Use an explicit .ToResult() instead. (details see readme)
CHANGED - Add some null checks and api documentation to the Error class
</PackageReleaseNotes>
<Copyright>Copyright 2021 (c) Michael Altmann. All rights reserved.</Copyright>
<PackageTags>Result Results exception error handling</PackageTags>
Expand Down

0 comments on commit c22e24a

Please sign in to comment.