Skip to content

Commit 5dc1e4a

Browse files
committed
Merge branch 'development'
2 parents 7b55fef + c9730d0 commit 5dc1e4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/EFCore.AuditBase/AuditEntityBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public abstract class AuditEntityBase
1616
public int Version { get; private set; } = 1;
1717

1818
[NotMapped]
19-
internal bool IgnoreInterceptor { get; set; }
19+
internal bool IgnoreInterceptor;
2020

2121
public void MarkAsUpdated(long? userId, DateTime? updatedAt = null)
2222
{

src/EFCore.AuditBase/EFCore.AuditBase.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<PackageReadmeFile>Readme.md</PackageReadmeFile>
99
<Authors>Pandatech</Authors>
1010
<Copyright>MIT</Copyright>
11-
<Version>3.0.4</Version>
11+
<Version>3.0.5</Version>
1212
<PackageId>Pandatech.EFCore.AuditBase</PackageId>
1313
<Title>Pandatech EFCore AuditBase</Title>
1414
<PackageTags>Pandatech, library, audit, optimistic lock, tracking, efcore, soft delete, versioning</PackageTags>
1515
<Description>Pandatech.EFCore.AuditBase provides a robust auditing solution for EF Core applications, ensuring traceability and integrity of entity modifications. It seamlessly integrates auditing capabilities into your EF Core entities, enforcing best practices for entity state changes, deletion handling, and versioning to support concurrency control. Ideal for applications requiring a reliable audit trail and compliance with data handling standards.</Description>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-efcore-audit-base</RepositoryUrl>
17-
<PackageReleaseNotes>Sync audit base ignores now version check</PackageReleaseNotes>
17+
<PackageReleaseNotes>Sync audit base ignores now version check 2</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)