Skip to content

Commit b1aa3d0

Browse files
committed
Nuget updates
1 parent 2e22e8b commit b1aa3d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/EFCore.PostgresExtensions/EFCore.PostgresExtensions.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>5.1.1</Version>
11+
<Version>5.1.2</Version>
1212
<PackageId>Pandatech.EFCore.PostgresExtensions</PackageId>
1313
<Title>Pandatech.EFCore.PostgresExtensions</Title>
1414
<PackageTags>Pandatech, library, EntityFrameworkCore, PostgreSQL, For Update, Lock, LockingSyntax, Bulk insert, BinaryCopy</PackageTags>
1515
<Description>The Pandatech.EFCore.PostgresExtensions library enriches Entity Framework Core applications with advanced PostgreSQL functionalities, starting with the ForUpdate locking syntax and BulkInsert function. Designed for seamless integration, this NuGet package aims to enhance the efficiency and capabilities of EF Core models when working with PostgreSQL, with the potential for further PostgreSQL-specific extensions.</Description>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-efcore-postgres-extensions</RepositoryUrl>
17-
<PackageReleaseNotes>Added down function for natural sort key and random id sequence</PackageReleaseNotes>
17+
<PackageReleaseNotes>Nuget updates</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

test/PandaNuGet.Demo/PandaNuGet.Demo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<ItemGroup>
1111
<PackageReference Include="Dapper" Version="2.1.66" />
1212
<PackageReference Include="EFCore.BulkExtensions.PostgreSql" Version="9.0.1" />
13-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" />
13+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
1414
<PackageReference Include="Pandatech.EFCoreQueryMagic" Version="1.1.0" />
15-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
15+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

test/PandaNuGet.Tests/PandaNuGet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)