dbup 5.0.41

dotnet add package dbup --version 5.0.41
                    
NuGet\Install-Package dbup -Version 5.0.41
                    
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" Version="5.0.41" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dbup" Version="5.0.41" />
                    
Directory.Packages.props
<PackageReference Include="dbup" />
                    
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 --version 5.0.41
                    
#r "nuget: dbup, 5.0.41"
                    
#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@5.0.41
                    
#: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&version=5.0.41
                    
Install as a Cake Addin
#tool nuget:?package=dbup&version=5.0.41
                    
Install as a Cake Tool

This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also
   reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (31)

Showing the top 5 NuGet packages that depend on dbup:

Package Downloads
dbup-sqlserver-scripting

Extends DbUp to provide SQL Server object definition scripting when running migrations from Visual Studio. When a database object changes during a migration, its definition will be saved in the project.

AnuitexPortal.Shared

Added migration scripts

Odin.Data.SqlScriptsRunner

Provides a SqlScriptsRunner that supports journalled and unjournalled execution of SQL database change and other scripts. Useful for running database migration scripts at application deployment time.

DbUp.SerilogUpgradeLogger

Serilog IUpgradeLog Implementation

CrmUp

CrmUp is a .NET library that helps you to automate the deployment of your Microsoft Dynamics Crm customisations. See http://dazinator.github.io/CrmUp/ for details.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on dbup:

Repository Stars
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 22, React 19, Vue 3.5, BFF with YARP, NextJs 16, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ...
ntxinh/AspNetCore-DDD
Full ASP.NET Core 10.0 LTS application with DDD, CQRS and Event Sourcing
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
PacktPublishing/ASP.NET-Core-5-and-React-Second-Edition
ASP.NET Core 5 and React - Second Edition, published by Packt
nimbleways/dotnet-subset
A .NET tool that copies a subset of files from a repository to a directory. The tool is mainly used in Dockerfiles to optimize the docker build caching for "dotnet restore" instructions.
Version Downloads Last Updated
5.0.41 3,878,151 2024/7/20
5.0.40 982,624 2024/1/31
5.0.39 16,189 2024/1/30
5.0.37 456,191 2023/10/18
5.0.8 1,545,132 2022/11/24
4.6.0 709,531 2022/5/5 4.6.0 is deprecated.
4.5.0 3,172,842 2020/11/20 4.5.0 is deprecated.
4.4.0 836,234 2020/6/17 4.4.0 is deprecated.
4.3.0 1,173,883 2019/11/26 4.3.0 is deprecated.
4.2.0 2,489,917 2018/11/15 4.2.0 is deprecated.
4.1.1 22,436 2018/11/7 4.1.1 is deprecated.
4.1.0 765,962 2018/4/26 4.1.0 is deprecated.
4.0.1 26,449 2018/4/24 4.0.1 is deprecated.
4.0.0 50,471 2018/4/15 4.0.0 is deprecated.
4.0.0-beta0005 5,903 2018/3/17
4.0.0-beta0004 7,213 2018/2/27
4.0.0-beta0003 46,699 2018/2/18
4.0.0-beta0002 38,444 2017/9/12
3.3.5 2,207,623 2016/8/5
3.3.4 631,809 2016/4/6
Loading failed