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 @@ -7,14 +7,11 @@
<Description>EntityFrameworkCore plugin to Pozitron.QuerySpecification containing EF evaluators.</Description>
<Summary>EntityFrameworkCore plugin to Pozitron.QuerySpecification containing EF evaluators.</Summary>

<Version>11.0.0</Version>
<Version>11.1.0</Version>
<PackageTags>fiseni pozitron query specification efcore</PackageTags>
<PackageReleaseNotes>
v11.0.0
- Refactored and rebuilt the internals from the ground up.
- Reduced the memory footprint drastically.
- Negligible to no overhead for specification evaluations.
- Better support for extending specifications.
Refer to Releases page for details.
https://github.com/fiseni/QuerySpecification/releases
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
9 changes: 3 additions & 6 deletions src/QuerySpecification/QuerySpecification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@
<Description>Abstract package for building query specifications.</Description>
<Summary>Abstract package for building query specifications.</Summary>

<Version>11.0.0</Version>
<Version>11.1.0</Version>
<PackageTags>fiseni pozitron query specification</PackageTags>
<PackageReleaseNotes>
v11.0.0
- Refactored and rebuilt the internals from the ground up.
- Reduced the memory footprint drastically.
- Negligible to no overhead for specification evaluations.
- Better support for extending specifications.
Refer to Releases page for details.
https://github.com/fiseni/QuerySpecification/releases
</PackageReleaseNotes>
</PropertyGroup>

Expand Down