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; }