Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
altmann committed Jun 28, 2024
1 parent b3e1210 commit 91eb658
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageId>FluentResults.Extensions.FluentAssertions</PackageId>
<Version>2.1.1.0</Version>
<Version>2.1.2.0</Version>
<Authors>Michael Altmann</Authors>
<Description>Asserting FluentResults objects with FluentAssertions</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>
- FIXED - Assertions method HaveValue(...) can now handle null #172
- FIXED - Fixed equality comparer inside ReasonAssertions.HaveMetadata() #184
</PackageReleaseNotes>
<Copyright>Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright>
<PackageTags>Result Results exception error handling FluentResults</PackageTags>
Expand Down
9 changes: 6 additions & 3 deletions src/FluentResults/FluentResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageId>FluentResults</PackageId>
<Version>3.15.2.0</Version>
<Version>3.16.0.0</Version>
<Authors>Michael Altmann</Authors>
<Description>A lightweight Result object implementation for .NET</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>
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
</PackageReleaseNotes>
<Copyright>Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright>
<Copyright>Copyright 2024 (c) Michael Altmann. All rights reserved.</Copyright>
<PackageTags>Result Results exception error handling</PackageTags>
<PackageProjectUrl>https://github.com/altmann/FluentResults</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/altmann/FluentResults/master/resources/icons/FluentResults-Icon-128.png</PackageIconUrl>
Expand Down

0 comments on commit 91eb658

Please sign in to comment.