Hrimsoft.PostgreSqlBulkService
1.5.1
dotnet add package Hrimsoft.PostgreSqlBulkService --version 1.5.1
NuGet\Install-Package Hrimsoft.PostgreSqlBulkService -Version 1.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hrimsoft.PostgreSqlBulkService" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hrimsoft.PostgreSqlBulkService" Version="1.5.1" />
<PackageReference Include="Hrimsoft.PostgreSqlBulkService" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hrimsoft.PostgreSqlBulkService --version 1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hrimsoft.PostgreSqlBulkService, 1.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Hrimsoft.PostgreSqlBulkService@1.5.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hrimsoft.PostgreSqlBulkService&version=1.5.1
#tool nuget:?package=Hrimsoft.PostgreSqlBulkService&version=1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides bulk operations (upsert, insert, update, delete) on postgresql.
+ BulkServiceOptions now accessable through service collection by IBulkServiceOptions
+Added friendly sql-parameter names and more diagnostic information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Hrimsoft.Core (>= 0.0.5)
- Hrimsoft.StringCases (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.15)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.15)
- Npgsql (>= 4.1.9)
- System.ComponentModel.Annotations (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.5.1 | 811 | 6/6/2021 |
1.5.0 | 428 | 6/6/2021 |
1.4.0 | 413 | 5/14/2021 |
1.3.9 | 414 | 5/13/2021 |
1.3.8 | 577 | 3/23/2021 |
1.3.7 | 426 | 3/23/2021 |
1.3.6 | 470 | 3/11/2021 |
1.3.5 | 483 | 3/9/2021 |
1.3.4 | 410 | 3/9/2021 |
1.3.3 | 430 | 3/8/2021 |
1.3.2 | 421 | 3/5/2021 |
1.3.1 | 445 | 3/5/2021 |
1.3.0 | 414 | 3/5/2021 |
1.2.0 | 440 | 3/3/2021 |
1.1.7 | 454 | 3/1/2021 |
1.1.6 | 537 | 11/16/2020 |
1.1.5 | 1,735 | 8/25/2020 |
1.1.4 | 528 | 8/12/2020 |
1.1.3 | 515 | 7/30/2020 |
1.1.2 | 578 | 7/28/2020 |
1.1.1 | 510 | 7/14/2020 |
1.1.0 | 573 | 2/28/2020 |
1.0.0 | 550 | 12/30/2019 |
1.0.0-rc6 | 472 | 12/12/2019 |
1.0.0-rc5 | 456 | 12/12/2019 |
1.0.0-rc4 | 453 | 12/10/2019 |
1.0.0-rc3 | 457 | 12/9/2019 |
1.0.0-rc2 | 471 | 12/8/2019 |
BulkServiceOptions accessable through service collection by IBulkServiceOptions