DistributedTasksOnTime.SqlitePersistence 1.3.19

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

// Install DistributedTasksOnTime.SqlitePersistence as a Cake Tool
#tool nuget:?package=DistributedTasksOnTime.SqlitePersistence&version=1.3.19

Persistence by Sqlite for DistributedTasksOnTime

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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.3.19 81 4/22/2024
1.3.18 78 4/22/2024
1.3.17 74 4/22/2024
1.2.16 101 3/17/2024
1.2.15 100 2/26/2024
1.2.14 80 2/26/2024
1.1.13.2 166 6/28/2023
1.1.12.1 144 6/27/2023
1.1.11.1 126 6/27/2023
1.1.10 169 4/18/2023
1.1.9 176 4/16/2023
1.1.8.2 192 4/15/2023
1.1.8.1 180 4/13/2023
1.1.8 168 4/13/2023
1.1.7 170 4/13/2023
1.1.6 196 4/13/2023
1.0.5.1 326 12/28/2022
1.0.4.1 287 12/27/2022
1.0.3.1 285 12/22/2022
1.0.3 302 12/22/2022
1.0.2 298 12/12/2022
1.0.1 289 12/11/2022

1.3.17.0 : Lazyloading for progressinfo
1.2.16.0 : Update Shared entities
1.2.14.0 : Upgrade dotnet8
1.1.13.2 : Fix StartedCount
1.1.12.1 : Update from editor save all properties except nextrunningdate
1.1.11.1 : Fix : Override Enabled property of ScheduledTask when register
1.1.10.0 : Sanitize logs
1.1.9.0 : Clean old running tasks
1.1.8.2 : Remove TerminateAllRunningTasks on start
1.1.8.0 : Fix Bad package path for shared lib
1.1.7.0 : IRepository async/await
1.1.6.0 : Migration dotnet7
1.0.5.1 : Try to Fix "Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'"
Add Native ConnectionString settings
1.0.4.1 : Detect linux
1.0.4.0 : Root path for linux
1.0.3.1 : Logs
1.0.3.0 : Linux compatibility
1.0.2.0 : Include external dll for nuget
1.0.1.0 : Open persistence for any repositories