diff --git a/Core.Thalos.BuildingBlocks/Adapters/ModuleAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/ModuleAdapter.cs index 06dd20c..de5c66d 100644 --- a/Core.Thalos.BuildingBlocks/Adapters/ModuleAdapter.cs +++ b/Core.Thalos.BuildingBlocks/Adapters/ModuleAdapter.cs @@ -18,15 +18,6 @@ namespace Core.Thalos.Adapters [CollectionAttributeName("Modules")] public class ModuleAdapter : Document { - /// - /// Gets or sets the ID of the module. - /// - [BsonId] - [BsonElement("_id")] - [BsonRepresentation(BsonType.ObjectId)] - [JsonPropertyName("id")] - public string Id { get; set; } = null!; - /// /// Gets or sets the name of the module. /// diff --git a/Core.Thalos.BuildingBlocks/Adapters/PermissionAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/PermissionAdapter.cs index 3e58bc8..99907f2 100644 --- a/Core.Thalos.BuildingBlocks/Adapters/PermissionAdapter.cs +++ b/Core.Thalos.BuildingBlocks/Adapters/PermissionAdapter.cs @@ -18,15 +18,6 @@ namespace Core.Thalos.Adapters [CollectionAttributeName("Permissions")] public class PermissionAdapter : Document { - /// - /// Gets or sets the ID of the entity. - /// - [BsonId] - [BsonElement("_id")] - [BsonRepresentation(BsonType.ObjectId)] - [JsonPropertyName("id")] - public string Id { get; set; } = null!; - /// /// Gets or sets the name of the entity. /// diff --git a/Core.Thalos.BuildingBlocks/Adapters/RoleAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/RoleAdapter.cs index a6c986c..75e7441 100644 --- a/Core.Thalos.BuildingBlocks/Adapters/RoleAdapter.cs +++ b/Core.Thalos.BuildingBlocks/Adapters/RoleAdapter.cs @@ -18,15 +18,6 @@ namespace Core.Thalos.Adapters [CollectionAttributeName("Roles")] public class RoleAdapter : Document { - /// - /// Gets or sets the unique identifier of the role. - /// - [BsonId] - [BsonElement("_id")] - [BsonRepresentation(BsonType.ObjectId)] - [JsonPropertyName("id")] - public string Id { get; set; } = null!; - /// /// Gets or sets the name of the role. /// diff --git a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs index 116544c..9a90a64 100644 --- a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs +++ b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs @@ -16,15 +16,6 @@ namespace Core.Thalos.Adapters [CollectionAttributeName("Users")] public class UserAdapter : Document { - /// - /// Gets or sets the unique identifier of the user. - /// - [BsonId] - [BsonElement("_id")] - [BsonRepresentation(BsonType.ObjectId)] - [JsonPropertyName("id")] - public string Id { get; set; } = null!; - /// /// Gets or sets the guid of the user. /// diff --git a/Core.Thalos.BuildingBlocks/Core.Thalos.BuildingBlocks.csproj b/Core.Thalos.BuildingBlocks/Core.Thalos.BuildingBlocks.csproj index fdc8f35..d947258 100644 --- a/Core.Thalos.BuildingBlocks/Core.Thalos.BuildingBlocks.csproj +++ b/Core.Thalos.BuildingBlocks/Core.Thalos.BuildingBlocks.csproj @@ -8,11 +8,13 @@ net8.0 enable enable + 1.0.2 + $(Date:yyyyMMddHHmm) - +