Skip to content

Commit

Permalink
Changes the version of FluentAssertions to 6.0.0. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau authored Oct 16, 2023
1 parent 69d35df commit 44a83bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ different .NET architecture projects (.NET Framework, .NET Core, Xamarin,...) an

- The [PosInformatique.Logging.Assertions](https://www.nuget.org/packages/PosInformatique.Logging.Assertions/) library
depends of the [FluentAssertions](https://github.com/fluentassertions/fluentassertions) library
for internal assertions which is more pretty to read in the exceptions message. It is use the version 5.0.0 and of course it is compatible
for internal assertions which is more pretty to read in the exceptions message. It is use the version 6.0.0 and of course it is compatible
with the earlier version of it.

- Also, the [PosInformatique.Logging.Assertions](https://www.nuget.org/packages/PosInformatique.Logging.Assertions/) library
Expand Down
5 changes: 4 additions & 1 deletion src/Logging.Assertions/Logging.Assertions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.Logging.Assertions</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
1.0.3
- Use FluentAssertions 6.0.0 library.

1.0.2
- The library target the .NET Standard 2.0 instead of .NET 6.0.

Expand All @@ -27,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.0.0" />
<PackageReference Include="FluentAssertions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 44a83bc

Please sign in to comment.