|
8 | 8 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
9 | 9 | <Authors>Pandatech</Authors> |
10 | 10 | <Copyright>MIT</Copyright> |
11 | | - <Version>6.1.0</Version> |
| 11 | + <Version>6.2.0</Version> |
12 | 12 | <PackageId>Pandatech.EFCore.PostgresExtensions</PackageId> |
13 | 13 | <Title>Pandatech.EFCore.PostgresExtensions</Title> |
14 | 14 | <PackageTags>Pandatech, library, EntityFrameworkCore, PostgreSQL, For Update, Lock, LockingSyntax, Bulk insert, BinaryCopy</PackageTags> |
15 | 15 | <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> |
16 | 16 | <RepositoryUrl>https://github.com/PandaTechAM/be-lib-efcore-postgres-extensions</RepositoryUrl> |
17 | | - <PackageReleaseNotes>nuget updates</PackageReleaseNotes> |
| 17 | + <PackageReleaseNotes>Analyzers fix</PackageReleaseNotes> |
18 | 18 |
|
19 | 19 | <!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) --> |
20 | 20 | <RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild> |
|
32 | 32 | </ItemGroup> |
33 | 33 |
|
34 | 34 | <ItemGroup> |
35 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" /> |
36 | | - <PackageReference Include="Pandatech.Analyzers" Version="2.1.0" /> |
| 35 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0"/> |
| 36 | + <PackageReference Include="Pandatech.Analyzers" Version="2.1.0"> |
| 37 | + <PrivateAssets>all</PrivateAssets> |
| 38 | + </PackageReference> |
37 | 39 | <PackageReference Include="SonarAnalyzer.CSharp" Version="10.18.0.131500"> |
38 | 40 | <PrivateAssets>all</PrivateAssets> |
39 | 41 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
0 commit comments