dbup-sqlce 5.0.8

There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dbup-sqlce" Version="5.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dbup-sqlce" Version="5.0.8" />
                    
Directory.Packages.props
<PackageReference Include="dbup-sqlce" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add dbup-sqlce --version 5.0.8
                    
#r "nuget: dbup-sqlce, 5.0.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package dbup-sqlce@5.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=dbup-sqlce&version=5.0.8
                    
Install as a Cake Addin
#tool nuget:?package=dbup-sqlce&version=5.0.8
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 312 7/24/2024
5.0.40 624 1/30/2024
5.0.37 1,364 10/18/2023
5.0.8 1,493 11/24/2022
4.6.0 2,052 5/5/2022
4.5.0 2,098 11/20/2020
4.4.0 1,720 6/17/2020
4.3.0 2,207 11/26/2019
4.2.0 2,348 11/15/2018
4.1.1 2,042 11/7/2018
4.1.0 2,916 4/26/2018
4.0.1 2,501 4/24/2018
4.0.0 2,609 4/15/2018
4.0.0-beta0005 2,326 3/17/2018
4.0.0-beta0004 2,259 2/27/2018
4.0.0-beta0003 2,282 2/18/2018
4.0.0-beta0002 2,085 9/12/2017
3.3.5 3,020 8/5/2016
3.3.4 2,530 4/6/2016
3.3.3 2,508 4/4/2016
3.3.2 2,583 2/2/2016
3.3.1 2,405 2/1/2016
3.3.0 2,628 9/16/2015
3.2.1 3,015 11/23/2014
3.2.0 2,686 11/22/2014
3.1.2 2,542 10/22/2014
3.1.1 2,569 10/21/2014
3.1.0 2,475 10/20/2014
3.0.6 2,872 10/2/2013
2.0.119 2,936 4/16/2013
2.0.115 2,800 12/11/2012
2.0.113 4,732 8/2/2012
2.0.112 2,707 8/2/2012
2.0.110 2,766 7/26/2012
2.0.106 2,654 7/25/2012
2.0.105 2,693 7/25/2012
2.0.103 2,689 7/25/2012
2.0.67 3,398 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)