Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Description>EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.</Description>
<Summary>EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.</Summary>

<Version>9.3.0</Version>
<Version>9.3.1</Version>
<PackageTags>spec;specification;repository;ddd;ef;ef6;entity framework</PackageTags>
<PackageReleaseNotes>
The change log and breaking changes are listed here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.</Description>
<Summary>EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.</Summary>

<Version>9.3.0</Version>
<Version>9.3.1</Version>
<PackageTags>spec;specification;repository;ddd;ef;ef core;entity framework;entity framework core</PackageTags>
<PackageReleaseNotes>
The change log and breaking changes are listed here.
Expand Down
2 changes: 1 addition & 1 deletion src/Ardalis.Specification/Ardalis.Specification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>A simple package with a base Specification class, for use in creating queries that work with Repository types.</Description>
<Summary>A simple package with a base Specification class, for use in creating queries that work with Repository types.</Summary>

<Version>9.3.0</Version>
<Version>9.3.1</Version>
<PackageTags>spec;specification;repository;ddd</PackageTags>
<PackageReleaseNotes>
The change log and breaking changes are listed here.
Expand Down