pipelined ready.

This commit is contained in:
David Lebee 2019-11-27 16:10:35 -06:00
parent a1b3a3bda5
commit 200631a526
3 changed files with 6 additions and 9 deletions

View File

@ -10,9 +10,8 @@
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
<PackageTags>entity framework ef dynamic linq</PackageTags>
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
<Version>1.1.9</Version>
<AssemblyVersion>1.1.9.0</AssemblyVersion>
<FileVersion>1.1.9.0</FileVersion>
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;amp;r=g&amp;amp;d=retro</PackageIconUrl>
<Version>1.1.0$(VersionSuffix)</Version>
<Description>EF Integration of DynamicLinq</Description>
<PackageId>PoweredSoft.DynamicLinq.EntityFramework</PackageId>
<PackageReleaseNotes>Added Negate &amp; NotContains</PackageReleaseNotes>

View File

@ -10,9 +10,8 @@
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
<PackageTags>entity framework core efcore ef dynamic linq</PackageTags>
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
<Version>1.1.9</Version>
<AssemblyVersion>1.1.9.0</AssemblyVersion>
<FileVersion>1.1.9.0</FileVersion>
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;amp;r=g&amp;amp;d=retro</PackageIconUrl>
<Version>1.1.0$(VersionSuffix)</Version>
<Description>EF Integration of DynamicLinq</Description>
<PackageId>PoweredSoft.DynamicLinq.EntityFrameworkCore</PackageId>
<PackageReleaseNotes>First Release of efcore extensions</PackageReleaseNotes>

View File

@ -9,11 +9,10 @@
<Product>DynamicLinq by PoweredSoft</Product>
<Description>Allows users to make dynamic query over a IQueryable&lt;T&gt;</Description>
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;amp;r=g&amp;amp;d=retro</PackageIconUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>dynamic linq queryable</PackageTags>
<AssemblyVersion>1.1.9.0</AssemblyVersion>
<FileVersion>1.1.9.0</FileVersion>
<Version>1.1.9</Version>
<Version>1.1.0$(VersionSuffix)</Version>
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
<PackageId>PoweredSoft.DynamicLinq</PackageId>
<PackageReleaseNotes>Added not contains thanks to Jon-Galloway.