DistributedTasksOnTime.SqlitePersistence
1.3.17
See the version list below for details.
dotnet add package DistributedTasksOnTime.SqlitePersistence --version 1.3.17
NuGet\Install-Package DistributedTasksOnTime.SqlitePersistence -Version 1.3.17
<PackageReference Include="DistributedTasksOnTime.SqlitePersistence" Version="1.3.17" />
paket add DistributedTasksOnTime.SqlitePersistence --version 1.3.17
#r "nuget: DistributedTasksOnTime.SqlitePersistence, 1.3.17"
// Install DistributedTasksOnTime.SqlitePersistence as a Cake Addin #addin nuget:?package=DistributedTasksOnTime.SqlitePersistence&version=1.3.17 // Install DistributedTasksOnTime.SqlitePersistence as a Cake Tool #tool nuget:?package=DistributedTasksOnTime.SqlitePersistence&version=1.3.17
Persistence by Sqlite for DistributedTasksOnTime
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 12.0.1)
- Microsoft.EntityFrameworkCore (>= 8.0.2)
- Microsoft.EntityFrameworkCore.Sqlite (>= 8.0.2)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
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.21 | 110 | 7/11/2024 |
1.3.20 | 108 | 7/9/2024 |
1.3.19 | 129 | 4/22/2024 |
1.3.18 | 121 | 4/22/2024 |
1.3.17 | 116 | 4/22/2024 |
1.2.16 | 139 | 3/17/2024 |
1.2.15 | 141 | 2/26/2024 |
1.2.14 | 115 | 2/26/2024 |
1.1.13.2 | 198 | 6/28/2023 |
1.1.12.1 | 175 | 6/27/2023 |
1.1.11.1 | 158 | 6/27/2023 |
1.1.10 | 200 | 4/18/2023 |
1.1.9 | 209 | 4/16/2023 |
1.1.8.2 | 218 | 4/15/2023 |
1.1.8.1 | 212 | 4/13/2023 |
1.1.8 | 199 | 4/13/2023 |
1.1.7 | 202 | 4/13/2023 |
1.1.6 | 225 | 4/13/2023 |
1.0.5.1 | 356 | 12/28/2022 |
1.0.4.1 | 313 | 12/27/2022 |
1.0.3.1 | 313 | 12/22/2022 |
1.0.3 | 330 | 12/22/2022 |
1.0.2 | 331 | 12/12/2022 |
1.0.1 | 322 | 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