Skip to content

Commit

Permalink
build: bump to v2.15.0-preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Jun 22, 2024
1 parent 536a3a5 commit 63cc636
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/configs/version.ts
Original file line number Diff line number Diff line change
@@ -1 1 @@
export const version: string = '2.14.2'
export const version: string = '2.15.0-preview1'
2 changes: 1 addition & 1 deletion src/Gridify.Elasticsearch/Gridify.Elasticsearch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Gridify.Elasticsearch</PackageId>
<Version>2.14.2</Version>
<Version>2.15.0-preview1</Version>
<Authors>Alireza Sabouri; Dzmitry Koush</Authors>
<PackageDescription>Gridify (Elasticsearch), Easy way to apply Filtering, Sorting, and Pagination using text-based data.</PackageDescription>
<RepositoryUrl>https://github.com/alirezanet/Gridify</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Gridify.EntityFramework/Gridify.EntityFramework.csproj
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Gridify.EntityFramework</PackageId>
<Version>2.14.2</Version>
<Version>2.15.0-preview1</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/Gridify/Gridify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@

<PropertyGroup>
<PackageId>Gridify</PackageId>
<Version>2.14.2</Version>
<Version>2.15.0-preview1</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

0 comments on commit 63cc636

Please sign in to comment.