SummerBatch 1.2.6

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

// Install SummerBatch as a Cake Tool
#tool nuget:?package=SummerBatch&version=1.2.6

Summer Batch is a lightweight, reliable, efficient, open-source batch framework for .Net and C# community.  
Its design is driven by the concepts exposed in the JSR-352 specification and provides for .NET 4.6.1 C# an equivalent to JBatch / Spring Batch.

Key Features:
• Repeatable and customizable batch jobs
• Multi step jobs, with simple step sequences or conditional logic between them
• In-memory or persisted job repository
• Support for a Read-Process-Write logic, as well as arbitrary batchlet for a more complete control on the behavior
• Chunk processing with checkpoint management and restartability
• Step partitioning used for parallel processing
• Database readers and writers, with support for Microsoft® SQL Server, IMB® DB2 and Oracle® databases
• Flat file readers and writers
• Easy mapping between the readers and writers and your domain classes
• Batch contexts at step level and job level
• XML design for the main batch architecture, C# design for the properties

Documentation on how to get started: https://www.bluage.com/site_docs/summerbatch/docs/v_1-26/site/getting_started_summerbatch/getting_started.html

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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.

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.2.6 2,234 7/19/2021
1.2.5 835 7/2/2021
1.2.4 1,055 7/23/2020
1.2.3 1,003 7/14/2020
1.2.2 933 7/14/2020
1.2.1 990 4/28/2020
1.2.0 997 4/14/2020
1.1.13 1,181 1/20/2020
1.1.12 1,022 12/13/2019
1.1.11 1,218 2/6/2019
1.1.10 1,255 12/11/2018
1.1.9 1,256 11/26/2018
1.1.8 1,255 11/6/2018
1.1.7 1,390 10/2/2018
1.1.6 1,572 11/17/2017
1.1.5 1,358 11/8/2017
1.1.4 1,671 2/8/2017
1.1.3.2 1,561 12/6/2016
1.1.3.1 1,469 10/14/2016
1.1.3 1,399 10/13/2016
1.1.2 1,630 7/1/2016
1.1.1 1,452 6/6/2016
1.1.0 1,489 3/11/2016
1.0.0 2,192 11/16/2015

1.2.6:
- Support for deserialization binder with wildcard pattern.