seperated deps into a diff project.

This commit is contained in:
David Lebée 2018-04-17 21:51:27 -05:00
parent 3f0aeaa441
commit 304a984262
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>David Lebee</Authors>
<Company>Powered Software Inc.</Company>
<Product>Entity Framework extensions for Dynamic Linq of PoweredSoft</Product>
@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
<PackageTags>entity framework ef dynamic linq</PackageTags>
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
<Version>1.1.0</Version>
<Version>1.1.2</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
</PropertyGroup>

View File

@ -13,7 +13,7 @@
<PackageTags>dynamic linq queryable</PackageTags>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
</PropertyGroup>