From 0b671275f72f484b781a2f72392bb98a91fe0d59 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Fri, 14 Oct 2022 15:31:23 -0400 Subject: [PATCH 1/2] Update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3425d0..ef2fcaf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,19 @@ A small set of extensions to make test assertions more fluent when using CSharpF ## Dependencies -This library is compatible with .NET 6+. +This library is compatible with .NET 6+. It requires the following minimum package versions: + +CSharpFunctionalExtensons >= 2.34.0 + +FluentAssertions >= 6.7.0. + +## Installation + +This library is available on Nuget and can be installed with the .NET CLI using the following command: + +```bash +dotnet add package CSharpFunctionalExtensions.FluentAssertions +``` ## Usage From 95daf8b91cb50951aff54573f9c648c377ab31e4 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Thu, 20 Oct 2022 21:51:10 -0400 Subject: [PATCH 2/2] Update packages, update minimum version in readme --- README.md | 2 +- .../CSharpFunctionalExtensions.FluentAssertions.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0810670..5326a28 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A small set of extensions to make test assertions more fluent when using CSharpF This library is compatible with .NET 6+. It requires the following minimum package versions: -CSharpFunctionalExtensons >= 2.34.0 +CSharpFunctionalExtensons >= 2.35.0 FluentAssertions >= 6.7.0. diff --git a/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj b/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj index a42a855..0482a02 100644 --- a/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj +++ b/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj @@ -13,7 +13,7 @@ - + all