Skip to content

Commit c3074b2

Browse files
committed
Merge branch 'development'
2 parents 4735743 + f23554c commit c3074b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/GridifyExtensions/GridifyExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<PackageReadmeFile>Readme.md</PackageReadmeFile>
99
<Authors>Pandatech</Authors>
1010
<Copyright>MIT</Copyright>
11-
<Version>2.0.6</Version>
11+
<Version>2.0.7</Version>
1212
<PackageId>Pandatech.GridifyExtensions</PackageId>
1313
<Title>Pandatech.Gridify.Extensions</Title>
1414
<PackageTags>Pandatech, library, Gridify, Pagination, Filters</PackageTags>
1515
<Description>Pandatech.Gridify.Extensions simplifies and extends the functionality of the Gridify NuGet package. It provides additional extension methods and functionality to streamline data filtering and pagination, making it more intuitive and powerful to use in .NET applications. Our enhancements ensure more flexibility, reduce boilerplate code, and improve overall developer productivity when working with Gridify.</Description>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-gridify-extensions</RepositoryUrl>
17-
<PackageReleaseNotes>Made postgres functions obsolete</PackageReleaseNotes>
17+
<PackageReleaseNotes>Fixing default ordering for get cursored and paged</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/GridifyExtensions/Models/GridifyCursoredQueryModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ internal GridifyQueryModel ToGridifyQueryModel()
3636
{
3737
Page = 1,
3838
PageSize = PageSize,
39-
OrderBy = "",
39+
OrderBy = null,
4040
Filter = Filter
4141
};
4242
}

0 commit comments

Comments
 (0)