Commit 91eb658 1 parent b3e1210 commit 91eb658 Copy full SHA for 91eb658
File tree 2 files changed +8
-5
lines changed
FluentResults.Extensions.FluentAssertions
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
5
5
<PackageId >FluentResults.Extensions.FluentAssertions</PackageId >
6
- <Version >2.1.1 .0</Version >
6
+ <Version >2.1.2 .0</Version >
7
7
<Authors >Michael Altmann</Authors >
8
8
<Description >Asserting FluentResults objects with FluentAssertions</Description >
9
9
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
10
10
<PackageLicenseExpression >MIT</PackageLicenseExpression >
11
11
<PackageReleaseNotes >
12
- - FIXED - Assertions method HaveValue(...) can now handle null #172
12
+ - FIXED - Fixed equality comparer inside ReasonAssertions.HaveMetadata() #184
13
13
</PackageReleaseNotes >
14
14
<Copyright >Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright >
15
15
<PackageTags >Result Results exception error handling FluentResults</PackageTags >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
4
4
<PackageId >FluentResults</PackageId >
5
- <Version >3.15.2 .0</Version >
5
+ <Version >3.16.0 .0</Version >
6
6
<Authors >Michael Altmann</Authors >
7
7
<Description >A lightweight Result object implementation for .NET</Description >
8
8
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
9
9
<PackageLicenseExpression >MIT</PackageLicenseExpression >
10
10
<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
12
15
</PackageReleaseNotes >
13
- <Copyright >Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright >
16
+ <Copyright >Copyright 2024 (c) Michael Altmann. All rights reserved.</Copyright >
14
17
<PackageTags >Result Results exception error handling</PackageTags >
15
18
<PackageProjectUrl >https://github.com/altmann/FluentResults</PackageProjectUrl >
16
19
<PackageIconUrl >https://raw.githubusercontent.com/altmann/FluentResults/master/resources/icons/FluentResults-Icon-128.png</PackageIconUrl >
You can’t perform that action at this time.
0 commit comments