Skip to content

Commit a622309

Browse files
authored
Merge pull request #44 from PandaTechAM/development
nuget updates + gitignore fix
2 parents 3760345 + 62b4cde commit a622309

File tree

39 files changed

+1041
-741
lines changed

39 files changed

+1041
-741
lines changed

.gitignore

Lines changed: 489 additions & 191 deletions
Large diffs are not rendered by default.

src/SharedKernel.Postgres/SharedKernel.Postgres.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReadmeFile>Readme.md</PackageReadmeFile>
99
<Authors>Pandatech</Authors>
1010
<Copyright>MIT</Copyright>
11-
<Version>2.0.1</Version>
11+
<Version>2.0.2</Version>
1212
<PackageId>Pandatech.SharedKernel.Postgres</PackageId>
1313
<Title>Pandatech.SharedKernel.Postgres</Title>
1414
<PackageTags>Pandatech; PostgreSQL; Entity Framework Core; EF Core; Health Checks; Exception Handling; Database Migration; .NET; ASP.NET Core; Shared Kernel</PackageTags>
@@ -37,16 +37,16 @@
3737
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="9.0.0"/>
3838

3939

40-
<PackageReference Include="EFCore.BulkExtensions.PostgreSql" Version="10.0.0-rc.2"/>
41-
<PackageReference Include="EFCore.NamingConventions" Version="10.0.0-rc.2"/>
40+
<PackageReference Include="EFCore.BulkExtensions.PostgreSql" Version="10.0.0" />
41+
<PackageReference Include="EFCore.NamingConventions" Version="10.0.1" />
4242
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3"/>
43-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1"/>
44-
<PackageReference Include="Pandatech.EFCore.Audit" Version="2.0.0"/>
45-
<PackageReference Include="Pandatech.EFCore.AuditBase" Version="4.0.0"/>
46-
<PackageReference Include="Pandatech.EFCore.PostgresExtensions" Version="6.0.0"/>
47-
<PackageReference Include="Pandatech.GridifyExtensions" Version="3.0.0"/>
48-
<PackageReference Include="Pandatech.Analyzers" Version="1.6.0"/>
49-
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.17.0.131074">
43+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
44+
<PackageReference Include="Pandatech.EFCore.Audit" Version="2.0.1" />
45+
<PackageReference Include="Pandatech.EFCore.AuditBase" Version="4.0.1" />
46+
<PackageReference Include="Pandatech.EFCore.PostgresExtensions" Version="6.1.0" />
47+
<PackageReference Include="Pandatech.GridifyExtensions" Version="3.0.1" />
48+
<PackageReference Include="Pandatech.Analyzers" Version="2.1.0" />
49+
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.18.0.131500">
5050
<PrivateAssets>all</PrivateAssets>
5151
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5252
</PackageReference>

src/SharedKernel.Postgres/obj/Debug/net10.0/SharedKernel.Postgres.AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
[assembly: System.Reflection.AssemblyDescriptionAttribute(("Pandatech.SharedKernel.Postgres simplifies PostgreSQL integration in ASP.NET Core" +
1717
" applications by providing utilities for Entity Framework Core setup, health che" +
1818
"cks, and other enhancements."))]
19-
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.1.0")]
20-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.1+2706706a247a1b3645019f0b7e0b827d3ddd5306")]
19+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.2.0")]
20+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.2+3c524cc5ccbd2c60bd56f81157ab0ea945322b2b")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("SharedKernel.Postgres")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("SharedKernel.Postgres")]
23-
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.1.0")]
23+
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.2.0")]
2424
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/PandaTechAM/be-lib-sharedkernel-postgres")]
2525

2626
// Generated by the MSBuild WriteCodeFragment class.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7f8708da6a3b40fa05ed319e251a8cbdd39f2b57bbc21f53e54000856873e633
1+
cf36b1bba04597036134c5742b0569f01209ef28796a542f6902c6fa4fe52b97
Binary file not shown.
Binary file not shown.

src/SharedKernel.Postgres/obj/SharedKernel.Postgres.csproj.nuget.dgspec.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,45 +56,45 @@
5656
},
5757
"EFCore.BulkExtensions.PostgreSql": {
5858
"target": "Package",
59-
"version": "[10.0.0-rc.2, )"
59+
"version": "[10.0.0, )"
6060
},
6161
"EFCore.NamingConventions": {
6262
"target": "Package",
63-
"version": "[10.0.0-rc.2, )"
63+
"version": "[10.0.1, )"
6464
},
6565
"EntityFrameworkCore.Exceptions.PostgreSQL": {
6666
"target": "Package",
6767
"version": "[8.1.3, )"
6868
},
6969
"Microsoft.AspNetCore.OpenApi": {
7070
"target": "Package",
71-
"version": "[10.0.1, )"
71+
"version": "[10.0.2, )"
7272
},
7373
"Pandatech.Analyzers": {
7474
"target": "Package",
75-
"version": "[1.6.0, )"
75+
"version": "[2.1.0, )"
7676
},
7777
"Pandatech.EFCore.Audit": {
7878
"target": "Package",
79-
"version": "[2.0.0, )"
79+
"version": "[2.0.1, )"
8080
},
8181
"Pandatech.EFCore.AuditBase": {
8282
"target": "Package",
83-
"version": "[4.0.0, )"
83+
"version": "[4.0.1, )"
8484
},
8585
"Pandatech.EFCore.PostgresExtensions": {
8686
"target": "Package",
87-
"version": "[6.0.0, )"
87+
"version": "[6.1.0, )"
8888
},
8989
"Pandatech.GridifyExtensions": {
9090
"target": "Package",
91-
"version": "[3.0.0, )"
91+
"version": "[3.0.1, )"
9292
},
9393
"SonarAnalyzer.CSharp": {
9494
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
9595
"suppressParent": "All",
9696
"target": "Package",
97-
"version": "[10.17.0.131074, )"
97+
"version": "[10.18.0.131500, )"
9898
}
9999
},
100100
"imports": [
@@ -113,7 +113,7 @@
113113
"privateAssets": "all"
114114
}
115115
},
116-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.101/PortableRuntimeIdentifierGraph.json",
116+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json",
117117
"packagesToPrune": {
118118
"Microsoft.CSharp": "(,4.7.32767]",
119119
"Microsoft.VisualBasic": "(,10.4.32767]",

src/SharedKernel.Postgres/obj/SharedKernel.Postgres.csproj.nuget.g.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
1515
</ItemGroup>
1616
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
17-
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\10.0.1\buildTransitive\net10.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\10.0.1\buildTransitive\net10.0\Microsoft.EntityFrameworkCore.props')" />
17+
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\10.0.2\buildTransitive\net10.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\10.0.2\buildTransitive\net10.0\Microsoft.EntityFrameworkCore.props')" />
1818
</ImportGroup>
1919
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
20-
<PkgSonarAnalyzer_CSharp Condition=" '$(PkgSonarAnalyzer_CSharp)' == '' ">C:\Users\HaikAsatryan\.nuget\packages\sonaranalyzer.csharp\10.17.0.131074</PkgSonarAnalyzer_CSharp>
20+
<PkgSonarAnalyzer_CSharp Condition=" '$(PkgSonarAnalyzer_CSharp)' == '' ">C:\Users\HaikAsatryan\.nuget\packages\sonaranalyzer.csharp\10.18.0.131500</PkgSonarAnalyzer_CSharp>
2121
</PropertyGroup>
2222
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4-
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\10.0.1\buildTransitive\net8.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\10.0.1\buildTransitive\net8.0\Microsoft.Extensions.Options.targets')" />
5-
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\10.0.1\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\10.0.1\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
6-
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.openapi\10.0.1\build\Microsoft.AspNetCore.OpenApi.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.openapi\10.0.1\build\Microsoft.AspNetCore.OpenApi.targets')" />
4+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\10.0.2\buildTransitive\net8.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\10.0.2\buildTransitive\net8.0\Microsoft.Extensions.Options.targets')" />
5+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\10.0.2\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\10.0.2\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
6+
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.openapi\10.0.2\build\Microsoft.AspNetCore.OpenApi.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.openapi\10.0.2\build\Microsoft.AspNetCore.OpenApi.targets')" />
77
</ImportGroup>
88
</Project>

0 commit comments

Comments
 (0)