diff --git a/PoweredSoft.DynamicLinq.EntityFramework/PoweredSoft.DynamicLinq.EntityFramework.csproj b/PoweredSoft.DynamicLinq.EntityFramework/PoweredSoft.DynamicLinq.EntityFramework.csproj index 1a92c08..d73c90c 100644 --- a/PoweredSoft.DynamicLinq.EntityFramework/PoweredSoft.DynamicLinq.EntityFramework.csproj +++ b/PoweredSoft.DynamicLinq.EntityFramework/PoweredSoft.DynamicLinq.EntityFramework.csproj @@ -10,9 +10,8 @@ https://github.com/PoweredSoft/DynamicLinq entity framework ef dynamic linq https://github.com/PoweredSoft/DynamicLinq - 1.1.9 - 1.1.9.0 - 1.1.9.0 + https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro + 1.1.0$(VersionSuffix) EF Integration of DynamicLinq PoweredSoft.DynamicLinq.EntityFramework Added Negate & NotContains diff --git a/PoweredSoft.DynamicLinq.EntityFrameworkCore/PoweredSoft.DynamicLinq.EntityFrameworkCore.csproj b/PoweredSoft.DynamicLinq.EntityFrameworkCore/PoweredSoft.DynamicLinq.EntityFrameworkCore.csproj index 532027d..fc5b101 100644 --- a/PoweredSoft.DynamicLinq.EntityFrameworkCore/PoweredSoft.DynamicLinq.EntityFrameworkCore.csproj +++ b/PoweredSoft.DynamicLinq.EntityFrameworkCore/PoweredSoft.DynamicLinq.EntityFrameworkCore.csproj @@ -10,9 +10,8 @@ https://github.com/PoweredSoft/DynamicLinq entity framework core efcore ef dynamic linq https://github.com/PoweredSoft/DynamicLinq - 1.1.9 - 1.1.9.0 - 1.1.9.0 + https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro + 1.1.0$(VersionSuffix) EF Integration of DynamicLinq PoweredSoft.DynamicLinq.EntityFrameworkCore First Release of efcore extensions diff --git a/PoweredSoft.DynamicLinq/PoweredSoft.DynamicLinq.csproj b/PoweredSoft.DynamicLinq/PoweredSoft.DynamicLinq.csproj index 1d70f97..5af31c2 100644 --- a/PoweredSoft.DynamicLinq/PoweredSoft.DynamicLinq.csproj +++ b/PoweredSoft.DynamicLinq/PoweredSoft.DynamicLinq.csproj @@ -9,11 +9,10 @@ DynamicLinq by PoweredSoft Allows users to make dynamic query over a IQueryable<T> https://github.com/PoweredSoft/DynamicLinq + https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro github dynamic linq queryable - 1.1.9.0 - 1.1.9.0 - 1.1.9 + 1.1.0$(VersionSuffix) https://github.com/PoweredSoft/DynamicLinq PoweredSoft.DynamicLinq Added not contains thanks to Jon-Galloway.