they are now nugget packages :D

This commit is contained in:
David Lebée 2018-02-22 17:49:38 -06:00
parent 8396e24305
commit 5ce208690c
2 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,14 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</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 ef dynamic linq</PackageTags>
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -2,6 +2,15 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Powered Softwares Inc.</Company>
<Authors>David Lebée</Authors>
<Copyright></Copyright>
<Product>DynamicLinq by PoweredSoft</Product>
<Description>Allows uers to make dynamic query over a IQueryable&lt;T&gt;</Description>
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>dynamic linq queryable</PackageTags>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>