DistributedTasksOnTime.MsSqlPersistence
2.2.16
See the version list below for details.
dotnet add package DistributedTasksOnTime.MsSqlPersistence --version 2.2.16
NuGet\Install-Package DistributedTasksOnTime.MsSqlPersistence -Version 2.2.16
<PackageReference Include="DistributedTasksOnTime.MsSqlPersistence" Version="2.2.16" />
paket add DistributedTasksOnTime.MsSqlPersistence --version 2.2.16
#r "nuget: DistributedTasksOnTime.MsSqlPersistence, 2.2.16"
// Install DistributedTasksOnTime.MsSqlPersistence as a Cake Addin #addin nuget:?package=DistributedTasksOnTime.MsSqlPersistence&version=2.2.16 // Install DistributedTasksOnTime.MsSqlPersistence as a Cake Tool #tool nuget:?package=DistributedTasksOnTime.MsSqlPersistence&version=2.2.16
Persistence with sql server 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
- DistributedTasksOnTime.Shared (>= 1.2.4.1)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.3)
- 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 |
---|---|---|
2.2.20 | 119 | 7/11/2024 |
2.2.19 | 102 | 7/9/2024 |
2.2.18 | 129 | 4/23/2024 |
2.2.17 | 111 | 4/22/2024 |
2.2.16 | 114 | 4/22/2024 |
2.2.15 | 113 | 4/22/2024 |
2.1.13 | 125 | 3/17/2024 |
2.1.12 | 101 | 3/17/2024 |
1.1.11 | 120 | 3/15/2024 |
1.1.10 | 121 | 2/26/2024 |
1.1.9 | 123 | 2/26/2024 |
1.0.8.3 | 308 | 6/28/2023 |
1.0.7.2 | 162 | 6/28/2023 |
1.0.7.1 | 161 | 6/27/2023 |
1.0.6.1 | 154 | 6/27/2023 |
1.0.5 | 174 | 4/18/2023 |
1.0.4 | 229 | 4/16/2023 |
1.0.3 | 193 | 4/14/2023 |
1.0.2.1 | 191 | 4/13/2023 |
1.0.2 | 184 | 4/13/2023 |
1.0.1 | 169 | 4/13/2023 |
2.2.15.0 : Lazyloading for progressinfo
2.1.14.0 : History limitation
2.1.13.0 : Force HasKey by table
2.1.12.0 : Use EF Migration instead of EFScriptableMigration
1.1.11.0 : All tables renamed with prefix ScheduledTask_
1.1.9.0 : Upgrade dotnet8
1.0.8.3 : Fix StartedCount
1.0.7.2 : Fix Save from editor has no effect
1.0.7.1 : Update from editor save all properties except nextrunningdate
1.0.6.1 : Fix : Override Enabled property of ScheduledTask when register
1.0.5.0 : Sanitize logs
1.0.4.0 : Clean old running tasks
1.0.3.0 : Remove TerminateAllRunningTasks on start
1.0.2.0 : Missing shared dll for nuget
1.0.1.0 : Creation