Skip to content

Commit 8ffc2a3

Browse files
authored
Merge pull request #14 from PandaTechAM/development
nuget updates
2 parents 4ca275e + 483b60e commit 8ffc2a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/EFCore.PostgresExtensions/EFCore.PostgresExtensions.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>6.0.0</Version>
11+
<Version>6.1.0</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>dotnet 10 upgrade</PackageReleaseNotes>
17+
<PackageReleaseNotes>nuget updates</PackageReleaseNotes>
1818

1919
<!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) -->
2020
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
@@ -33,8 +33,8 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
36-
<PackageReference Include="Pandatech.Analyzers" Version="1.6.0" />
37-
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.17.0.131074">
36+
<PackageReference Include="Pandatech.Analyzers" Version="2.1.0" />
37+
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.18.0.131500">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>

test/PandaNuGet.Demo/PandaNuGet.Demo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Dapper" Version="2.1.66"/>
12-
<PackageReference Include="EFCore.BulkExtensions.PostgreSql" Version="9.0.2" />
13-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
12+
<PackageReference Include="EFCore.BulkExtensions.PostgreSql" Version="10.0.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
1414
<PackageReference Include="Pandatech.EFCoreQueryMagic" Version="1.1.0"/>
1515
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)