SFBulkAPIStarter 0.14.0

dotnet add package SFBulkAPIStarter --version 0.14.0
NuGet\Install-Package SFBulkAPIStarter -Version 0.14.0
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="SFBulkAPIStarter" Version="0.14.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SFBulkAPIStarter --version 0.14.0
#r "nuget: SFBulkAPIStarter, 0.14.0"
#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.
// Install SFBulkAPIStarter as a Cake Addin
#addin nuget:?package=SFBulkAPIStarter&version=0.14.0

// Install SFBulkAPIStarter as a Cake Tool
#tool nuget:?package=SFBulkAPIStarter&version=0.14.0

Contains C# code for getting started with the Salesforce Bulk API. The test project contains test methods that demonstrates how to Query, Insert, Upsert, and Delete records using the Salesforce Bulk API. Please note that this is starter code and doesn't include error handling, validation logic, and other expected regular software features.  If you've found this useful, please leave a comment and tell us how you benefited. Happy coding, Luke

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.

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
0.14.0 5,799 6/18/2016
0.13.0 1,514 4/24/2016
0.12.0 2,185 3/23/2016
0.11.0 2,275 9/7/2014
0.10.0 1,127 9/7/2014

Version 0.14 now has support for adding an attachment to a specified record. View the AttachFileTest in the TestBulkApiClient apex class in GitHub at https://github.com/lfreeland/Salesforce-Bulk-API-Starter for usage.