From 651e27f80ae1a0f9cb76af6c08a0173327193cd8 Mon Sep 17 00:00:00 2001 From: AliReza Date: Wed, 20 Sep 2023 20:29:22 +0200 Subject: [PATCH] build: bump to v2.10.0 --- docs/.vuepress/configs/version.ts | 2 +- src/Gridify.EntityFramework/Gridify.EntityFramework.csproj | 2 +- src/Gridify/Gridify.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/configs/version.ts b/docs/.vuepress/configs/version.ts index bff0e51d..ad127750 100644 --- a/docs/.vuepress/configs/version.ts +++ b/docs/.vuepress/configs/version.ts @@ -1 +1 @@ -export const version: string = '2.9.2' +export const version: string = '2.10.0' diff --git a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj index fd7dd825..daca7ace 100644 --- a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj +++ b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj @@ -1,7 +1,7 @@ Gridify.EntityFramework - 2.10.0-preview1 + 2.10.0 Alireza Sabouri TuxTeam Gridify (EntityFramework), Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data. diff --git a/src/Gridify/Gridify.csproj b/src/Gridify/Gridify.csproj index 2688fec0..fa01a31b 100644 --- a/src/Gridify/Gridify.csproj +++ b/src/Gridify/Gridify.csproj @@ -2,7 +2,7 @@ Gridify - 2.10.0-Preview1 + 2.10.0 Alireza Sabouri TuxTeam Gridify, Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.