From dd83a24db08babc24f2e2a75d9abab00926ce422 Mon Sep 17 00:00:00 2001 From: AliReza Date: Sat, 4 Mar 2023 12:46:00 +0100 Subject: [PATCH] build: bump to v2.8.3 --- 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 caa200dc..e9b3557d 100644 --- a/docs/.vuepress/configs/version.ts +++ b/docs/.vuepress/configs/version.ts @@ -1 +1 @@ -export const version: string = '2.8.2' +export const version: string = '2.8.3' diff --git a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj index 9efb24ff..e884c318 100644 --- a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj +++ b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj @@ -1,7 +1,7 @@ Gridify.EntityFramework - 2.8.2 + 2.8.3 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 ba1dff13..727a3fd4 100644 --- a/src/Gridify/Gridify.csproj +++ b/src/Gridify/Gridify.csproj @@ -2,7 +2,7 @@ Gridify - 2.8.2 + 2.8.3 Alireza Sabouri TuxTeam Gridify, Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.