Skip to content

Commit 1236320

Browse files
authored
Merge pull request #12 from PandaTechAM/development
nuget updates
2 parents a746935 + eedef25 commit 1236320

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/EFCore.AuditBase/EFCore.AuditBase.csproj

Lines changed: 4 additions & 4 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.2</Version>
11+
<Version>3.0.3</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>New method added for syncing audit base entities</PackageReleaseNotes>
17+
<PackageReleaseNotes>Nuget updates</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
@@ -23,8 +23,8 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
27-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
27+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
2828
</ItemGroup>
2929

3030
</Project>

test/EFCore.AuditBase.Demo/EFCore.AuditBase.Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
11+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
1212
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)