Skip to content

Commit

Permalink
update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Jun 30, 2021
1 parent a02226c commit f003f4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ The library adds below extension methods to `IQueryable`:
| ApplyOrdering | Apply Ordering using `string SortBy` and `bool IsSortAsc` properties of `GridifyQuery` class and returns an `IQueryable<T>` |
| ApplyPaging | Apply paging using `short Page` and `int PageSize` properties of `GridifyQuery` class and returns an `IQueryable<T>` |
| ApplyOrderingAndPaging | Apply Both Ordering and paging and returns an `IQueryable<T>` |
| ApplyFilterAndOrdering | Apply Both Filtering and Ordering and returns an `IQueryable<T>` |
| ApplyEverything | Apply Filtering,Ordering and paging and returns an `IQueryable<T>` |
| GridifyQueryable | Like ApplyEverything but it returns a `QueryablePaging<T>` that have an extra `int totalItems` property to use for pagination |
| Gridify | Receives a `GridifyQuery` ,Load All requested data and returns `Paging<T>` |
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Gridify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Gridify</PackageId>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Authors>Alireza Sabouri</Authors>
<Company>TuxTeam</Company>
<PackageDescription>Gridify, Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/EntityFramework/Gridify.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Gridify.EntityFramework</PackageId>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Authors>Alireza Sabouri</Authors>
<Company>TuxTeam</Company>
<PackageDescription>Gridify (EntityFramework), Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/EntityFramework5/Gridify.EntityFramework5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>Gridify.EntityFramework5</PackageId>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Authors>Alireza Sabouri</Authors>
<Company>TuxTeam</Company>
<PackageDescription>Gridify (EntityFramework), Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.</PackageDescription>
Expand Down

0 comments on commit f003f4a

Please sign in to comment.