From c3abc322d4776d6d1bea0e78e4be1a1f39482259 Mon Sep 17 00:00:00 2001 From: "Amir.H Khademi" Date: Fri, 27 Sep 2024 14:14:33 +0330 Subject: [PATCH] feat(ReviewActionDialog) , VER 1.5.14.20 --- .version | 2 +- Netina.Api/Netina.Api.csproj | 4 ++-- Netina.Domain/Dtos/SmallDtos/CommentSDto.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 5f51ce6..52f543b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.4.14.19 \ No newline at end of file +1.5.14.20 \ No newline at end of file diff --git a/Netina.Api/Netina.Api.csproj b/Netina.Api/Netina.Api.csproj index b08379f..d9e7e6a 100644 --- a/Netina.Api/Netina.Api.csproj +++ b/Netina.Api/Netina.Api.csproj @@ -6,8 +6,8 @@ enable true Linux - 1.4.14.19 - 1.4.14.19 + 1.5.14.20 + 1.5.14.20 diff --git a/Netina.Domain/Dtos/SmallDtos/CommentSDto.cs b/Netina.Domain/Dtos/SmallDtos/CommentSDto.cs index 08c1152..0164cb6 100644 --- a/Netina.Domain/Dtos/SmallDtos/CommentSDto.cs +++ b/Netina.Domain/Dtos/SmallDtos/CommentSDto.cs @@ -6,7 +6,7 @@ public class CommentSDto : BaseDto { public string Title { get; set; } = string.Empty; public string Content { get; set; } = string.Empty; - public bool IsAdmin { get; internal set; } + public bool IsAdmin { get; set; } public bool IsConfirmed { get; set; } public Guid ParentId { get; set; } public Guid UserId { get; set; }