Skip to content

Commit 91eb658

Browse files
committed
Increase version
1 parent b3e1210 commit 91eb658

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/FluentResults.Extensions.FluentAssertions/FluentResults.Extensions.FluentAssertions.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<PackageId>FluentResults.Extensions.FluentAssertions</PackageId>
6-
<Version>2.1.1.0</Version>
6+
<Version>2.1.2.0</Version>
77
<Authors>Michael Altmann</Authors>
88
<Description>Asserting FluentResults objects with FluentAssertions</Description>
99
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageReleaseNotes>
12-
- FIXED - Assertions method HaveValue(...) can now handle null #172
12+
- FIXED - Fixed equality comparer inside ReasonAssertions.HaveMetadata() #184
1313
</PackageReleaseNotes>
1414
<Copyright>Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright>
1515
<PackageTags>Result Results exception error handling FluentResults</PackageTags>

src/FluentResults/FluentResults.csproj

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
44
<PackageId>FluentResults</PackageId>
5-
<Version>3.15.2.0</Version>
5+
<Version>3.16.0.0</Version>
66
<Authors>Michael Altmann</Authors>
77
<Description>A lightweight Result object implementation for .NET</Description>
88
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageReleaseNotes>
11-
FIXED - Result get packed twice because of implicit conversion to Result of object #165
11+
- ADDED - Readme in Nuget #203
12+
- CHANGED - Downgrade MEL.Abstractions to v2.1.1 #208
13+
- FIXED - HasError of T can throw when I would expect false #204
14+
- FIXED - Typos in readme and inline documentation
1215
</PackageReleaseNotes>
13-
<Copyright>Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright>
16+
<Copyright>Copyright 2024 (c) Michael Altmann. All rights reserved.</Copyright>
1417
<PackageTags>Result Results exception error handling</PackageTags>
1518
<PackageProjectUrl>https://github.com/altmann/FluentResults</PackageProjectUrl>
1619
<PackageIconUrl>https://raw.githubusercontent.com/altmann/FluentResults/master/resources/icons/FluentResults-Icon-128.png</PackageIconUrl>

0 commit comments

Comments
 (0)