pipelined ready.
This commit is contained in:
parent
a1b3a3bda5
commit
200631a526
@ -10,9 +10,8 @@
|
|||||||
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
||||||
<PackageTags>entity framework ef dynamic linq</PackageTags>
|
<PackageTags>entity framework ef dynamic linq</PackageTags>
|
||||||
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
||||||
<Version>1.1.9</Version>
|
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro</PackageIconUrl>
|
||||||
<AssemblyVersion>1.1.9.0</AssemblyVersion>
|
<Version>1.1.0$(VersionSuffix)</Version>
|
||||||
<FileVersion>1.1.9.0</FileVersion>
|
|
||||||
<Description>EF Integration of DynamicLinq</Description>
|
<Description>EF Integration of DynamicLinq</Description>
|
||||||
<PackageId>PoweredSoft.DynamicLinq.EntityFramework</PackageId>
|
<PackageId>PoweredSoft.DynamicLinq.EntityFramework</PackageId>
|
||||||
<PackageReleaseNotes>Added Negate & NotContains</PackageReleaseNotes>
|
<PackageReleaseNotes>Added Negate & NotContains</PackageReleaseNotes>
|
||||||
|
@ -10,9 +10,8 @@
|
|||||||
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
||||||
<PackageTags>entity framework core efcore ef dynamic linq</PackageTags>
|
<PackageTags>entity framework core efcore ef dynamic linq</PackageTags>
|
||||||
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
||||||
<Version>1.1.9</Version>
|
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro</PackageIconUrl>
|
||||||
<AssemblyVersion>1.1.9.0</AssemblyVersion>
|
<Version>1.1.0$(VersionSuffix)</Version>
|
||||||
<FileVersion>1.1.9.0</FileVersion>
|
|
||||||
<Description>EF Integration of DynamicLinq</Description>
|
<Description>EF Integration of DynamicLinq</Description>
|
||||||
<PackageId>PoweredSoft.DynamicLinq.EntityFrameworkCore</PackageId>
|
<PackageId>PoweredSoft.DynamicLinq.EntityFrameworkCore</PackageId>
|
||||||
<PackageReleaseNotes>First Release of efcore extensions</PackageReleaseNotes>
|
<PackageReleaseNotes>First Release of efcore extensions</PackageReleaseNotes>
|
||||||
|
@ -9,11 +9,10 @@
|
|||||||
<Product>DynamicLinq by PoweredSoft</Product>
|
<Product>DynamicLinq by PoweredSoft</Product>
|
||||||
<Description>Allows users to make dynamic query over a IQueryable<T></Description>
|
<Description>Allows users to make dynamic query over a IQueryable<T></Description>
|
||||||
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
||||||
|
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro</PackageIconUrl>
|
||||||
<RepositoryType>github</RepositoryType>
|
<RepositoryType>github</RepositoryType>
|
||||||
<PackageTags>dynamic linq queryable</PackageTags>
|
<PackageTags>dynamic linq queryable</PackageTags>
|
||||||
<AssemblyVersion>1.1.9.0</AssemblyVersion>
|
<Version>1.1.0$(VersionSuffix)</Version>
|
||||||
<FileVersion>1.1.9.0</FileVersion>
|
|
||||||
<Version>1.1.9</Version>
|
|
||||||
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
||||||
<PackageId>PoweredSoft.DynamicLinq</PackageId>
|
<PackageId>PoweredSoft.DynamicLinq</PackageId>
|
||||||
<PackageReleaseNotes>Added not contains thanks to Jon-Galloway.
|
<PackageReleaseNotes>Added not contains thanks to Jon-Galloway.
|
||||||
|
Loading…
Reference in New Issue
Block a user