core.hctab.sh 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package core.hctab.sh --version 1.0.1
                    
NuGet\Install-Package core.hctab.sh -Version 1.0.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="core.hctab.sh" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="core.hctab.sh" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="core.hctab.sh" />
                    
Project file
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 core.hctab.sh --version 1.0.1
                    
#r "nuget: core.hctab.sh, 1.0.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 core.hctab.sh@1.0.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=core.hctab.sh&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=core.hctab.sh&version=1.0.1
                    
Install as a Cake Tool

hctab.sh

Build Status Stars Forks

This is a simple library, designed only for the .NET Framework, which allows the rapid creation of multi-step batch programs with scheduling included. Through a simple configuration file (json for now, soon also through SQL database!) It is possible to configure the steps of the batch. The creation of a step occurs by extending the base class BatchStep and configuring the namespace relating to it in the json file. The activation and execution of the step takes place at runtime.

Many more updates and information soon! Even NuGet !!

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  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.0.5 629 6/23/2020
1.0.1 588 6/21/2020
1.0.0 610 6/21/2020

Initial 1.0.0 release