Skip to content

Commit

Permalink
Publish 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Jan 19, 2022
1 parent b522ce0 commit 1502273
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 14,7 @@
<Summary>EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.</Summary>
<RepositoryUrl>https://github.com/ardalis/specification</RepositoryUrl>
<PackageTags>spec;specification;repository;ddd;ef;ef6;entity framework</PackageTags>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
<PackageReleaseNotes>
See README.md
</PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@
<Summary>EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.</Summary>
<RepositoryUrl>https://github.com/ardalis/specification</RepositoryUrl>
<PackageTags>spec;specification;repository;ddd;ef;ef core;entity framework;entity framework core</PackageTags>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
<PackageReleaseNotes>
See README.md
</PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 12,9 @@
<Summary>A simple package with a base Specification class, for use in creating queries that work with Repository types.</Summary>
<RepositoryUrl>https://github.com/ardalis/specification</RepositoryUrl>
<PackageTags>spec;specification;repository;ddd</PackageTags>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
<PackageReleaseNotes>
See README.md
Breaking changes
Improve in-memory evaluation performance. #182. Breaking Changes: The specification state for Where, Order, and Search expressions is stored in separate types.
Remove Paginate builder action. Breaking Change (It was marked as obsolete since version 4). Issue #189

Other updates
Add support for AnyAsync in the base repository. #180
Add SQL Like implementation for the in-memory evaluator. #150
Add support for IgnoreQueryFilters. #159
Return Task&lt;int&gt; from SaveChangesAsync. #174
Add support for condition in the specification builder methods. #143
Improve Include evaluation performance by implementing caching (opt-in feature). Issue #187
Implement infrastructure for specification validators. Issue #111
Adding XML Comments #224
Fix XML Document Filename
</PackageReleaseNotes>
<AssemblyName>Ardalis.Specification</AssemblyName>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 1502273

Please sign in to comment.