1.1.9
This commit is contained in:
parent
0a40d35f98
commit
4c28b2c316
@ -10,9 +10,9 @@
|
|||||||
<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.8</Version>
|
<Version>1.1.9</Version>
|
||||||
<AssemblyVersion>1.1.8.0</AssemblyVersion>
|
<AssemblyVersion>1.1.9.0</AssemblyVersion>
|
||||||
<FileVersion>1.1.8.0</FileVersion>
|
<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>
|
||||||
|
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.1</TargetFramework>
|
<TargetFramework>netstandard2.1</TargetFramework>
|
||||||
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
|
<Authors>David Lebee</Authors>
|
||||||
|
<Company>Powered Software Inc.</Company>
|
||||||
|
<Product>Entity Framework extensions for Dynamic Linq of PoweredSoft</Product>
|
||||||
|
<RepositoryType>github</RepositoryType>
|
||||||
|
<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>
|
||||||
|
<Description>EF Integration of DynamicLinq</Description>
|
||||||
|
<PackageId>PoweredSoft.DynamicLinq.EntityFrameworkCore</PackageId>
|
||||||
|
<PackageReleaseNotes>First Release of efcore extensions</PackageReleaseNotes>
|
||||||
|
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
||||||
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
||||||
<RepositoryType>github</RepositoryType>
|
<RepositoryType>github</RepositoryType>
|
||||||
<PackageTags>dynamic linq queryable</PackageTags>
|
<PackageTags>dynamic linq queryable</PackageTags>
|
||||||
<AssemblyVersion>1.1.8.0</AssemblyVersion>
|
<AssemblyVersion>1.1.9.0</AssemblyVersion>
|
||||||
<FileVersion>1.1.8.0</FileVersion>
|
<FileVersion>1.1.9.0</FileVersion>
|
||||||
<Version>1.1.8</Version>
|
<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