generated from DbUp/dbup-provider-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added creation of the Shim DbUp package
- Loading branch information
Showing
4 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This package is a shim for dbup-sqlserver and should be considered obsolete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>dbup</id> | ||
<title>OBSOLETE: DbUp SqlServer Upgrade Shim</title> | ||
<version>$version$</version> | ||
<authors>Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan</authors> | ||
<description>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!</description> | ||
<language>en-US</language> | ||
<license type="expression">MIT</license> | ||
<repository type="git" url="https://github.com/DbUp/DbUp.git" /> | ||
<releaseNotes>https://github.com/DbUp/DbUp/releases</releaseNotes> | ||
<projectUrl>https://dbup.github.io</projectUrl> | ||
<icon>dbup-icon.png</icon> | ||
<dependencies> | ||
<dependency id="dbup-sqlserver" version="$version$" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="Shim.txt" target="" /> | ||
<file src="../dbup-icon.png" target="" /> | ||
</files> | ||
</package> |