Skip to content

Commit

Permalink
try fix equality bug
Browse files Browse the repository at this point in the history
  • Loading branch information
saturn72 committed Jul 13, 2023
1 parent 91b6214 commit e8f57a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions EfAudit/AuditSaveChangesInterceptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ private EntityAudit ToEntityAudit(EntityEntry entry)

return ea;


IEnumerable<ModifiedProperty>? getModifiedProperties()
{
return entry.Properties
Expand Down
2 changes: 1 addition & 1 deletion EfAudit/EfAudit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>EfAudit</PackageId>
<PackageVersion>1.1.28</PackageVersion>
<PackageVersion>1.1.29</PackageVersion>
<Authors>roi@saturn72.com</Authors>
<Company>saturn technologies</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit e8f57a0

Please sign in to comment.