Skip to content

Commit 5daeedf

Browse files
committed
Update projects for v7
1 parent 62ca358 commit 5daeedf

File tree

3 files changed

+39
-29
lines changed

3 files changed

+39
-29
lines changed

Specification.EntityFramework6/src/Ardalis.Specification.EntityFramework6/Ardalis.Specification.EntityFramework6.csproj

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,26 @@
77
<PackageId>Ardalis.Specification.EntityFramework6</PackageId>
88
<Title>Ardalis.Specification.EntityFramework6</Title>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Authors>Steve Smith (@ardalis); Scott DePouw; Fati Iseni (@fiseni)</Authors>
10+
<Authors>Steve Smith (@ardalis); Fati Iseni (@fiseni); Scott DePouw</Authors>
1111
<Company>Ardalis.com</Company>
1212
<PackageProjectUrl>https://github.com/ardalis/specification</PackageProjectUrl>
1313
<Description>EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.</Description>
1414
<Summary>EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.</Summary>
1515
<RepositoryUrl>https://github.com/ardalis/specification</RepositoryUrl>
1616
<PackageTags>spec;specification;repository;ddd;ef;ef6;entity framework</PackageTags>
17-
<Version>6.1.0</Version>
17+
<Version>7.0.0</Version>
1818
<PackageReleaseNotes>
19-
- Added `AddRangeAsync`. [PR 239](https://github.com/ardalis/Specification/pull/239)
20-
- Added dictionary as arbitrary state for specifications. [PR 248](https://github.com/ardalis/Specification/pull/248)
21-
- Added support for updating specifications. [PR 251](https://github.com/ardalis/Specification/pull/251)
22-
- Updated base specifications as non-abstract classes. [PR 252](https://github.com/ardalis/Specification/pull/252)
23-
- Update the infrastructure for single result specifications. [PR 272](https://github.com/ardalis/Specification/pull/272)
24-
- Added `UpdateRangeAsync`. [PR 272](https://github.com/ardalis/Specification/pull/272)
25-
- Add WithSpecification overload for specifications with Select. [PR 273](https://github.com/ardalis/Specification/pull/273)
26-
</PackageReleaseNotes>
19+
* Patch 2 by @davidhenley in https://github.com/ardalis/Specification/pull/283
20+
* Fix `Just the Docs` link in docs home page by @snowfrogdev in https://github.com/ardalis/Specification/pull/293
21+
* Update url path by @ta1H3n in https://github.com/ardalis/Specification/pull/303
22+
* Implement SelectMany support by @amdavie in https://github.com/ardalis/Specification/pull/320
23+
* 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
24+
* Added support for AsAsyncEnumerable by @nkz-soft in https://github.com/ardalis/Specification/pull/316
25+
* Lamadelrae/doc faq ef versions by @Lamadelrae in https://github.com/ardalis/Specification/pull/324
26+
* Updated projects, drop support for old TFMs. by @fiseni in https://github.com/ardalis/Specification/pull/326
27+
* Update the search feature to generate parameterized query. by @fiseni in https://github.com/ardalis/Specification/pull/327
28+
* Add support for extending default evaluator list by @fiseni in https://github.com/ardalis/Specification/pull/328
29+
* Ardalis/cleanup by @ardalis in https://github.com/ardalis/Specification/pull/332 </PackageReleaseNotes>
2730
<AssemblyName>Ardalis.Specification.EntityFramework6</AssemblyName>
2831
<PackageIcon>icon.png</PackageIcon>
2932
<PublishRepositoryUrl>true</PublishRepositoryUrl>

Specification.EntityFrameworkCore/src/Ardalis.Specification.EntityFrameworkCore/Ardalis.Specification.EntityFrameworkCore.csproj

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@
55
<PackageId>Ardalis.Specification.EntityFrameworkCore</PackageId>
66
<Title>Ardalis.Specification.EntityFrameworkCore</Title>
77
<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>
99
<Company>Ardalis.com</Company>
1010
<PackageProjectUrl>https://github.com/ardalis/specification</PackageProjectUrl>
1111
<Description>EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.</Description>
1212
<Summary>EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.</Summary>
1313
<RepositoryUrl>https://github.com/ardalis/specification</RepositoryUrl>
1414
<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>
1616
<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>
2528
<AssemblyName>Ardalis.Specification.EntityFrameworkCore</AssemblyName>
2629
<PackageIcon>icon.png</PackageIcon>
2730
<PublishRepositoryUrl>true</PublishRepositoryUrl>

Specification/src/Ardalis.Specification/Ardalis.Specification.csproj

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@
55
<PackageId>Ardalis.Specification</PackageId>
66
<Title>Ardalis.Specification</Title>
77
<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>
99
<Company>Ardalis.com</Company>
1010
<PackageProjectUrl>https://github.com/ardalis/specification</PackageProjectUrl>
1111
<Description>A simple package with a base Specification class, for use in creating queries that work with Repository types.</Description>
1212
<Summary>A simple package with a base Specification class, for use in creating queries that work with Repository types.</Summary>
1313
<RepositoryUrl>https://github.com/ardalis/specification</RepositoryUrl>
1414
<PackageTags>spec;specification;repository;ddd</PackageTags>
15-
<Version>6.1.0</Version>
15+
<Version>7.0.0</Version>
1616
<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)
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
2428
</PackageReleaseNotes>
2529
<AssemblyName>Ardalis.Specification</AssemblyName>
2630
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)