dbup-sqlite-mono
5.0.8
See the version list below for details.
dotnet add package dbup-sqlite-mono --version 5.0.8
NuGet\Install-Package dbup-sqlite-mono -Version 5.0.8
<PackageReference Include="dbup-sqlite-mono" Version="5.0.8" />
paket add dbup-sqlite-mono --version 5.0.8
#r "nuget: dbup-sqlite-mono, 5.0.8"
// Install dbup-sqlite-mono as a Cake Addin #addin nuget:?package=dbup-sqlite-mono&version=5.0.8 // Install dbup-sqlite-mono as a Cake Tool #tool nuget:?package=dbup-sqlite-mono&version=5.0.8
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds SQLite support for Mono.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- dbup-core (>= 5.0.8)
- Mono.Data.Sqlite.Portable (>= 1.0.3.5)
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 |
---|---|---|
5.0.40 | 76 | 7/25/2024 |
5.0.39 | 143 | 1/30/2024 |
5.0.37 | 247 | 10/18/2023 |
5.0.8 | 381 | 11/24/2022 |
4.6.0 | 465 | 5/5/2022 |
4.5.0 | 512 | 11/20/2020 |
4.4.0 | 481 | 6/17/2020 |
4.3.0 | 547 | 11/26/2019 |
4.2.0 | 771 | 11/15/2018 |
4.1.1 | 763 | 11/7/2018 |
4.1.0 | 1,007 | 4/26/2018 |
4.0.1 | 953 | 4/24/2018 |
4.0.0 | 1,108 | 4/15/2018 |
4.0.0-beta0005 | 702 | 3/17/2018 |
4.0.0-beta0004 | 691 | 2/27/2018 |
4.0.0-beta0003 | 690 | 2/18/2018 |
4.0.0-beta0002 | 723 | 9/12/2017 |
3.3.5 | 3,272 | 8/5/2016 |
3.3.4 | 1,032 | 4/6/2016 |
3.3.3 | 984 | 4/4/2016 |
3.3.2 | 1,046 | 2/2/2016 |
3.3.1 | 1,004 | 2/1/2016 |
3.3.0 | 1,180 | 9/16/2015 |
DbUp SQLite Mono version 5.0
==============================
Breaking Changes:
- Remove Unsupported Target Frameworks (PR #655 - https://github.com/DbUp/DbUp/pull/665)
- Removed .NET Framework 3.5 and .NET Framework 4.5
- Added .NET Framework 4.6.2
Fixes / Changes:
- NuGet packages were improved with Source Link and deterministic builds (PR #624 - https://github.com/DbUp/DbUp/pull/624)