DistributedTasksOnTime.SqlitePersistence
1.1.8
See the version list below for details.
dotnet add package DistributedTasksOnTime.SqlitePersistence --version 1.1.8
NuGet\Install-Package DistributedTasksOnTime.SqlitePersistence -Version 1.1.8
<PackageReference Include="DistributedTasksOnTime.SqlitePersistence" Version="1.1.8" />
paket add DistributedTasksOnTime.SqlitePersistence --version 1.1.8
#r "nuget: DistributedTasksOnTime.SqlitePersistence, 1.1.8"
// Install DistributedTasksOnTime.SqlitePersistence as a Cake Addin #addin nuget:?package=DistributedTasksOnTime.SqlitePersistence&version=1.1.8 // Install DistributedTasksOnTime.SqlitePersistence as a Cake Tool #tool nuget:?package=DistributedTasksOnTime.SqlitePersistence&version=1.1.8
Persistence by Sqlite for DistributedTasksOnTime
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- AutoMapper (>= 12.0.0)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 12.0.0)
- Microsoft.EntityFrameworkCore (>= 7.0.0)
- Microsoft.EntityFrameworkCore.Sqlite (>= 7.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.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.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