Skip to content

Commit

Permalink
Update packages to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Jan 18, 2022
1 parent 027962e commit ec0761f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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-beta</Version>
<Version>6.0.0</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-beta</Version>
<Version>6.0.0</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>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-beta</Version>
<Version>6.0.0</Version>
<PackageReleaseNotes>
See README.md
Breaking changes
Expand All @@ -27,6 +27,7 @@
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
</PackageReleaseNotes>
<AssemblyName>Ardalis.Specification</AssemblyName>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit ec0761f

Please sign in to comment.