Skip to content

Commit

Permalink
build: bump to v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Nov 12, 2023
1 parent cc613d2 commit 8c0e531
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .husky/csx/version-updater.csx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Usage example:
var paths = new[] {
@"src\Gridify\Gridify.csproj",
@"src\Gridify.EntityFramework\Gridify.EntityFramework.csproj",
@"src\Gridify.Elasticsearch\Gridify.Elasticsearch.csproj",
@"docs\.vuepress\configs\version.ts"
};

Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = '2.13.0'
export const version: string = '2.13.1'
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.13.0</Version>
<Version>2.13.1</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.13.0</Version>
<Version>2.13.1</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.13.0</Version>
<Version>2.13.1</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 8c0e531

Please sign in to comment.