From 389bccbce1559ea4deb8c3fea339c4358a515dd8 Mon Sep 17 00:00:00 2001 From: "Amir.H Khademi" Date: Tue, 23 Jan 2024 15:50:41 +0330 Subject: [PATCH] fix : fix product cat controller --- .version | 2 +- NetinaShop.Api/NetinaShop.Api.csproj | 4 ++-- .../ProductCategories/GetProductCategoriesQueryHandler.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 5c8b739..43eadaf 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.0.4 \ No newline at end of file +0.0.0.5 \ No newline at end of file diff --git a/NetinaShop.Api/NetinaShop.Api.csproj b/NetinaShop.Api/NetinaShop.Api.csproj index ea989d0..e023ccd 100644 --- a/NetinaShop.Api/NetinaShop.Api.csproj +++ b/NetinaShop.Api/NetinaShop.Api.csproj @@ -6,8 +6,8 @@ enable true Linux - 0.0.0.4 - 0.0.0.4 + 0.0.0.5 + 0.0.0.5 diff --git a/NetinaShop.Repository/Handlers/ProductCategories/GetProductCategoriesQueryHandler.cs b/NetinaShop.Repository/Handlers/ProductCategories/GetProductCategoriesQueryHandler.cs index bfb575f..ba755da 100644 --- a/NetinaShop.Repository/Handlers/ProductCategories/GetProductCategoriesQueryHandler.cs +++ b/NetinaShop.Repository/Handlers/ProductCategories/GetProductCategoriesQueryHandler.cs @@ -30,7 +30,7 @@ public class GetProductCategoriesQueryHandler : IRequestHandler