Skip to content

Commit 1502273

Browse files
committed
Publish 6.0.1
1 parent b522ce0 commit 1502273

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.0.0</Version>
17+
<Version>6.0.1</Version>
1818
<PackageReleaseNotes>
1919
See README.md
2020
</PackageReleaseNotes>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.0.0</Version>
15+
<Version>6.0.1</Version>
1616
<PackageReleaseNotes>
1717
See README.md
1818
</PackageReleaseNotes>

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

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,9 @@
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.0.0</Version>
15+
<Version>6.0.1</Version>
1616
<PackageReleaseNotes>
17-
See README.md
18-
Breaking changes
19-
Improve in-memory evaluation performance. #182. Breaking Changes: The specification state for Where, Order, and Search expressions is stored in separate types.
20-
Remove Paginate builder action. Breaking Change (It was marked as obsolete since version 4). Issue #189
21-
22-
Other updates
23-
Add support for AnyAsync in the base repository. #180
24-
Add SQL Like implementation for the in-memory evaluator. #150
25-
Add support for IgnoreQueryFilters. #159
26-
Return Task&lt;int&gt; from SaveChangesAsync. #174
27-
Add support for condition in the specification builder methods. #143
28-
Improve Include evaluation performance by implementing caching (opt-in feature). Issue #187
29-
Implement infrastructure for specification validators. Issue #111
30-
Adding XML Comments #224
17+
Fix XML Document Filename
3118
</PackageReleaseNotes>
3219
<AssemblyName>Ardalis.Specification</AssemblyName>
3320
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)