From be96789ec6ab9786d1e8be93537659cbab4b9dac Mon Sep 17 00:00:00 2001 From: AliReZa Sabouri Date: Fri, 22 Jul 2022 20:46:14 +0430 Subject: [PATCH] build: bump to v2.8.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 02b5eec0..140112ac 100644 --- a/docs/.vuepress/configs/version.ts +++ b/docs/.vuepress/configs/version.ts @@ -1 +1 @@ -export const version: string = '2.7.5' +export const version: string = '2.8.0' diff --git a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj index 63f33564..0102da0b 100644 --- a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj +++ b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj @@ -1,7 +1,7 @@ Gridify.EntityFramework - 2.7.5 + 2.8.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 38eff701..cd8c1a7a 100644 --- a/src/Gridify/Gridify.csproj +++ b/src/Gridify/Gridify.csproj @@ -2,7 +2,7 @@ Gridify - 2.7.5 + 2.8.0 Alireza Sabouri TuxTeam Gridify, Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.