From 5daeedf963a20ce0b97d62b6ea3561c669cd9b8c Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 26 May 2023 12:33:34 -0400 Subject: [PATCH] Update projects for v7 --- ...alis.Specification.EntityFramework6.csproj | 23 +++++++++++-------- ...s.Specification.EntityFrameworkCore.csproj | 23 +++++++++++-------- .../Ardalis.Specification.csproj | 22 ++++++++++-------- 3 files changed, 39 insertions(+), 29 deletions(-) diff --git a/Specification.EntityFramework6/src/Ardalis.Specification.EntityFramework6/Ardalis.Specification.EntityFramework6.csproj b/Specification.EntityFramework6/src/Ardalis.Specification.EntityFramework6/Ardalis.Specification.EntityFramework6.csproj index 451f4e57..18c7d61b 100644 --- a/Specification.EntityFramework6/src/Ardalis.Specification.EntityFramework6/Ardalis.Specification.EntityFramework6.csproj +++ b/Specification.EntityFramework6/src/Ardalis.Specification.EntityFramework6/Ardalis.Specification.EntityFramework6.csproj @@ -7,23 +7,26 @@ Ardalis.Specification.EntityFramework6 Ardalis.Specification.EntityFramework6 true - Steve Smith (@ardalis); Scott DePouw; Fati Iseni (@fiseni) + Steve Smith (@ardalis); Fati Iseni (@fiseni); Scott DePouw Ardalis.com https://github.com/ardalis/specification EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository. EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository. https://github.com/ardalis/specification spec;specification;repository;ddd;ef;ef6;entity framework - 6.1.0 + 7.0.0 - - Added `AddRangeAsync`. [PR 239](https://github.com/ardalis/Specification/pull/239) - - Added dictionary as arbitrary state for specifications. [PR 248](https://github.com/ardalis/Specification/pull/248) - - Added support for updating specifications. [PR 251](https://github.com/ardalis/Specification/pull/251) - - Updated base specifications as non-abstract classes. [PR 252](https://github.com/ardalis/Specification/pull/252) - - Update the infrastructure for single result specifications. [PR 272](https://github.com/ardalis/Specification/pull/272) - - Added `UpdateRangeAsync`. [PR 272](https://github.com/ardalis/Specification/pull/272) - - Add WithSpecification overload for specifications with Select. [PR 273](https://github.com/ardalis/Specification/pull/273) - + * Patch 2 by @davidhenley in https://github.com/ardalis/Specification/pull/283 + * Fix `Just the Docs` link in docs home page by @snowfrogdev in https://github.com/ardalis/Specification/pull/293 + * Update url path by @ta1H3n in https://github.com/ardalis/Specification/pull/303 + * Implement SelectMany support by @amdavie in https://github.com/ardalis/Specification/pull/320 + * Add two methods for consuming repositories in scenarios where repositories could be longer lived (e.g. Blazor component Injections) by @jasonsummers in https://github.com/ardalis/Specification/pull/289 + * Added support for AsAsyncEnumerable by @nkz-soft in https://github.com/ardalis/Specification/pull/316 + * Lamadelrae/doc faq ef versions by @Lamadelrae in https://github.com/ardalis/Specification/pull/324 + * Updated projects, drop support for old TFMs. by @fiseni in https://github.com/ardalis/Specification/pull/326 + * Update the search feature to generate parameterized query. by @fiseni in https://github.com/ardalis/Specification/pull/327 + * Add support for extending default evaluator list by @fiseni in https://github.com/ardalis/Specification/pull/328 + * Ardalis/cleanup by @ardalis in https://github.com/ardalis/Specification/pull/332 Ardalis.Specification.EntityFramework6 icon.png true diff --git a/Specification.EntityFrameworkCore/src/Ardalis.Specification.EntityFrameworkCore/Ardalis.Specification.EntityFrameworkCore.csproj b/Specification.EntityFrameworkCore/src/Ardalis.Specification.EntityFrameworkCore/Ardalis.Specification.EntityFrameworkCore.csproj index f7a3fa88..e6db8b37 100644 --- a/Specification.EntityFrameworkCore/src/Ardalis.Specification.EntityFrameworkCore/Ardalis.Specification.EntityFrameworkCore.csproj +++ b/Specification.EntityFrameworkCore/src/Ardalis.Specification.EntityFrameworkCore/Ardalis.Specification.EntityFrameworkCore.csproj @@ -5,23 +5,26 @@ Ardalis.Specification.EntityFrameworkCore Ardalis.Specification.EntityFrameworkCore true - Steve Smith (@ardalis); Scott DePouw; Fati Iseni (@fiseni) + Steve Smith (@ardalis); Fati Iseni (@fiseni); Scott DePouw Ardalis.com https://github.com/ardalis/specification EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository. EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository. https://github.com/ardalis/specification spec;specification;repository;ddd;ef;ef core;entity framework;entity framework core - 6.1.0 + 7.0.0 - - Added `AddRangeAsync`. [PR 239](https://github.com/ardalis/Specification/pull/239) - - Added dictionary as arbitrary state for specifications. [PR 248](https://github.com/ardalis/Specification/pull/248) - - Added support for updating specifications. [PR 251](https://github.com/ardalis/Specification/pull/251) - - Updated base specifications as non-abstract classes. [PR 252](https://github.com/ardalis/Specification/pull/252) - - Update the infrastructure for single result specifications. [PR 272](https://github.com/ardalis/Specification/pull/272) - - Added `UpdateRangeAsync`. [PR 272](https://github.com/ardalis/Specification/pull/272) - - Add WithSpecification overload for specifications with Select. [PR 273](https://github.com/ardalis/Specification/pull/273) - + * Patch 2 by @davidhenley in https://github.com/ardalis/Specification/pull/283 + * Fix `Just the Docs` link in docs home page by @snowfrogdev in https://github.com/ardalis/Specification/pull/293 + * Update url path by @ta1H3n in https://github.com/ardalis/Specification/pull/303 + * Implement SelectMany support by @amdavie in https://github.com/ardalis/Specification/pull/320 + * Add two methods for consuming repositories in scenarios where repositories could be longer lived (e.g. Blazor component Injections) by @jasonsummers in https://github.com/ardalis/Specification/pull/289 + * Added support for AsAsyncEnumerable by @nkz-soft in https://github.com/ardalis/Specification/pull/316 + * Lamadelrae/doc faq ef versions by @Lamadelrae in https://github.com/ardalis/Specification/pull/324 + * Updated projects, drop support for old TFMs. by @fiseni in https://github.com/ardalis/Specification/pull/326 + * Update the search feature to generate parameterized query. by @fiseni in https://github.com/ardalis/Specification/pull/327 + * Add support for extending default evaluator list by @fiseni in https://github.com/ardalis/Specification/pull/328 + * Ardalis/cleanup by @ardalis in https://github.com/ardalis/Specification/pull/332 Ardalis.Specification.EntityFrameworkCore icon.png true diff --git a/Specification/src/Ardalis.Specification/Ardalis.Specification.csproj b/Specification/src/Ardalis.Specification/Ardalis.Specification.csproj index cafbc5f1..7810f08b 100644 --- a/Specification/src/Ardalis.Specification/Ardalis.Specification.csproj +++ b/Specification/src/Ardalis.Specification/Ardalis.Specification.csproj @@ -5,22 +5,26 @@ Ardalis.Specification Ardalis.Specification true - Steve Smith (@ardalis); Scott DePouw; Fati Iseni (@fiseni) + Steve Smith (@ardalis); Fati Iseni (@fiseni); Scott DePouw; Ardalis.com https://github.com/ardalis/specification A simple package with a base Specification class, for use in creating queries that work with Repository types. A simple package with a base Specification class, for use in creating queries that work with Repository types. https://github.com/ardalis/specification spec;specification;repository;ddd - 6.1.0 + 7.0.0 - - Added `AddRangeAsync`. [PR 239](https://github.com/ardalis/Specification/pull/239) - - Added dictionary as arbitrary state for specifications. [PR 248](https://github.com/ardalis/Specification/pull/248) - - Added support for updating specifications. [PR 251](https://github.com/ardalis/Specification/pull/251) - - Updated base specifications as non-abstract classes. [PR 252](https://github.com/ardalis/Specification/pull/252) - - Update the infrastructure for single result specifications. [PR 272](https://github.com/ardalis/Specification/pull/272) - - Added `UpdateRangeAsync`. [PR 272](https://github.com/ardalis/Specification/pull/272) - - Add WithSpecification overload for specifications with Select. [PR 273](https://github.com/ardalis/Specification/pull/273) + * Patch 2 by @davidhenley in https://github.com/ardalis/Specification/pull/283 + * Fix `Just the Docs` link in docs home page by @snowfrogdev in https://github.com/ardalis/Specification/pull/293 + * Update url path by @ta1H3n in https://github.com/ardalis/Specification/pull/303 + * Implement SelectMany support by @amdavie in https://github.com/ardalis/Specification/pull/320 + * Add two methods for consuming repositories in scenarios where repositories could be longer lived (e.g. Blazor component Injections) by @jasonsummers in https://github.com/ardalis/Specification/pull/289 + * Added support for AsAsyncEnumerable by @nkz-soft in https://github.com/ardalis/Specification/pull/316 + * Lamadelrae/doc faq ef versions by @Lamadelrae in https://github.com/ardalis/Specification/pull/324 + * Updated projects, drop support for old TFMs. by @fiseni in https://github.com/ardalis/Specification/pull/326 + * Update the search feature to generate parameterized query. by @fiseni in https://github.com/ardalis/Specification/pull/327 + * Add support for extending default evaluator list by @fiseni in https://github.com/ardalis/Specification/pull/328 + * Ardalis/cleanup by @ardalis in https://github.com/ardalis/Specification/pull/332 Ardalis.Specification icon.png