|
5 | 5 | <PackageId>Ardalis.Specification.EntityFrameworkCore</PackageId> |
6 | 6 | <Title>Ardalis.Specification.EntityFrameworkCore</Title> |
7 | 7 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 | | - <Authors>Steve Smith (@ardalis); Scott DePouw; Fati Iseni (@fiseni)</Authors> |
| 8 | + <Authors>Steve Smith (@ardalis); Fati Iseni (@fiseni); Scott DePouw</Authors> |
9 | 9 | <Company>Ardalis.com</Company> |
10 | 10 | <PackageProjectUrl>https://github.com/ardalis/specification</PackageProjectUrl> |
11 | 11 | <Description>EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.</Description> |
12 | 12 | <Summary>EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.</Summary> |
13 | 13 | <RepositoryUrl>https://github.com/ardalis/specification</RepositoryUrl> |
14 | 14 | <PackageTags>spec;specification;repository;ddd;ef;ef core;entity framework;entity framework core</PackageTags> |
15 | | - <Version>6.1.0</Version> |
| 15 | + <Version>7.0.0</Version> |
16 | 16 | <PackageReleaseNotes> |
17 | | - - Added `AddRangeAsync`. [PR 239](https://github.com/ardalis/Specification/pull/239) |
18 | | - - Added dictionary as arbitrary state for specifications. [PR 248](https://github.com/ardalis/Specification/pull/248) |
19 | | - - Added support for updating specifications. [PR 251](https://github.com/ardalis/Specification/pull/251) |
20 | | - - Updated base specifications as non-abstract classes. [PR 252](https://github.com/ardalis/Specification/pull/252) |
21 | | - - Update the infrastructure for single result specifications. [PR 272](https://github.com/ardalis/Specification/pull/272) |
22 | | - - Added `UpdateRangeAsync`. [PR 272](https://github.com/ardalis/Specification/pull/272) |
23 | | - - Add WithSpecification overload for specifications with Select. [PR 273](https://github.com/ardalis/Specification/pull/273) |
24 | | - </PackageReleaseNotes> |
| 17 | + * Patch 2 by @davidhenley in https://github.com/ardalis/Specification/pull/283 |
| 18 | + * Fix `Just the Docs` link in docs home page by @snowfrogdev in https://github.com/ardalis/Specification/pull/293 |
| 19 | + * Update url path by @ta1H3n in https://github.com/ardalis/Specification/pull/303 |
| 20 | + * Implement SelectMany support by @amdavie in https://github.com/ardalis/Specification/pull/320 |
| 21 | + * 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 |
| 22 | + * Added support for AsAsyncEnumerable by @nkz-soft in https://github.com/ardalis/Specification/pull/316 |
| 23 | + * Lamadelrae/doc faq ef versions by @Lamadelrae in https://github.com/ardalis/Specification/pull/324 |
| 24 | + * Updated projects, drop support for old TFMs. by @fiseni in https://github.com/ardalis/Specification/pull/326 |
| 25 | + * Update the search feature to generate parameterized query. by @fiseni in https://github.com/ardalis/Specification/pull/327 |
| 26 | + * Add support for extending default evaluator list by @fiseni in https://github.com/ardalis/Specification/pull/328 |
| 27 | + * Ardalis/cleanup by @ardalis in https://github.com/ardalis/Specification/pull/332 </PackageReleaseNotes> |
25 | 28 | <AssemblyName>Ardalis.Specification.EntityFrameworkCore</AssemblyName> |
26 | 29 | <PackageIcon>icon.png</PackageIcon> |
27 | 30 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
|
0 commit comments