removed the namespace extensions which was just useless.
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace PoweredSoft.DynamicLinq.Extensions
|
||||
namespace PoweredSoft.DynamicLinq
|
||||
{
|
||||
public static class EnumerableExtensions
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PoweredSoft.DynamicLinq.Extensions
|
||||
namespace PoweredSoft.DynamicLinq
|
||||
{
|
||||
public static class QueryableExtensions
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PackageTags>dynamic linq queryable</PackageTags>
|
||||
<AssemblyVersion>1.0.0.3</AssemblyVersion>
|
||||
<FileVersion>1.0.0.3</FileVersion>
|
||||
<Version>1.0.3</Version>
|
||||
<Version>1.0.4</Version>
|
||||
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user