Info
| Version: | 1.4.3 |
| Author(s): | Oskar Sjöberg |
| Last Update: | Friday, October 17, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/osjoberg/Upgrader |
| NuGet Url: | https://www.nuget.org/packages/Upgrader |
Install
Install-Package Upgrader
dotnet add package Upgrader
paket add Upgrader
Upgrader Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.30)
Tags
Changes to the database schema are expressed as Upgrader Steps. Each Step that successfully have been deployed is tracked in a table.
Typically you use Upgrader on application startup or in an installer.