From 321a96ac556b86ce0ad79c172ceeb4842bb90857 Mon Sep 17 00:00:00 2001 From: malik masis Date: Wed, 21 Dec 2022 09:48:26 +0300 Subject: [PATCH] Update modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Halil İbrahim Kalkan --- .../Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs index 1d4f60f0f6..68439c9d4b 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs +++ b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs @@ -50,7 +50,7 @@ public class IdentityRole : AggregateRoot, IMultiTenant, IHasEntityVersion public virtual bool IsPublic { get; set; } /// - /// An entity version property that auto-increments when the entity changes. + /// A version value that is increased whenever the entity is changed. /// public virtual int EntityVersion { get; protected set; }