core.hctab.sh
1.0.1
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
<PackageReference Include="core.hctab.sh" Version="1.0.1" />
<PackageVersion Include="core.hctab.sh" Version="1.0.1" />
<PackageReference Include="core.hctab.sh" />
paket add core.hctab.sh --version 1.0.1
#r "nuget: core.hctab.sh, 1.0.1"
#:package core.hctab.sh@1.0.1
#addin nuget:?package=core.hctab.sh&version=1.0.1
#tool nuget:?package=core.hctab.sh&version=1.0.1
hctab.sh
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- Newtonsoft.Json (>= 12.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial 1.0.0 release