dbup-sqlce
5.0.8
See the version list below for details.
dotnet add package dbup-sqlce --version 5.0.8
NuGet\Install-Package dbup-sqlce -Version 5.0.8
<PackageReference Include="dbup-sqlce" Version="5.0.8" />
paket add dbup-sqlce --version 5.0.8
#r "nuget: dbup-sqlce, 5.0.8"
// Install dbup-sqlce as a Cake Addin #addin nuget:?package=dbup-sqlce&version=5.0.8 // Install dbup-sqlce as a Cake Tool #tool nuget:?package=dbup-sqlce&version=5.0.8
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds SqlCe support. It works with SQL CE 4.0 SP1, which can be downloaded from https://www.microsoft.com/en-us/download/details.aspx?id=30709
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)
- Microsoft.SqlServer.Compact (>= 4.0.8876.1)
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.41 | 125 | 7/24/2024 |
5.0.40 | 551 | 1/30/2024 |
5.0.37 | 1,056 | 10/18/2023 |
5.0.8 | 1,382 | 11/24/2022 |
4.6.0 | 1,930 | 5/5/2022 |
4.5.0 | 1,947 | 11/20/2020 |
4.4.0 | 1,527 | 6/17/2020 |
4.3.0 | 2,053 | 11/26/2019 |
4.2.0 | 2,152 | 11/15/2018 |
4.1.1 | 1,850 | 11/7/2018 |
4.1.0 | 2,460 | 4/26/2018 |
4.0.1 | 2,036 | 4/24/2018 |
4.0.0 | 2,152 | 4/15/2018 |
4.0.0-beta0005 | 1,879 | 3/17/2018 |
4.0.0-beta0004 | 1,822 | 2/27/2018 |
4.0.0-beta0003 | 1,832 | 2/18/2018 |
4.0.0-beta0002 | 1,757 | 9/12/2017 |
3.3.5 | 2,662 | 8/5/2016 |
3.3.4 | 2,209 | 4/6/2016 |
3.3.3 | 2,132 | 4/4/2016 |
3.3.2 | 2,224 | 2/2/2016 |
3.3.1 | 2,070 | 2/1/2016 |
3.3.0 | 2,304 | 9/16/2015 |
3.2.1 | 2,655 | 11/23/2014 |
3.2.0 | 2,325 | 11/22/2014 |
3.1.2 | 2,204 | 10/22/2014 |
3.1.1 | 2,213 | 10/21/2014 |
3.1.0 | 2,124 | 10/20/2014 |
3.0.6 | 2,509 | 10/2/2013 |
2.0.119 | 2,556 | 4/16/2013 |
2.0.115 | 2,439 | 12/11/2012 |
2.0.113 | 4,353 | 8/2/2012 |
2.0.112 | 2,348 | 8/2/2012 |
2.0.110 | 2,410 | 7/26/2012 |
2.0.106 | 2,270 | 7/25/2012 |
2.0.105 | 2,335 | 7/25/2012 |
2.0.103 | 2,333 | 7/25/2012 |
2.0.67 | 3,009 | 10/20/2011 |
DbUp SQL CE 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)