You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
7
+
8
+
DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been
9
+
run already, and runs the change scripts that are needed to get your database up to date.
8
10
9
11
## Getting Help
12
+
10
13
To learn more about DbUp check out the [documentation](https://dbup.readthedocs.io/en/latest/)
11
14
12
-
Please only log issue related to SQL CE Support in this repo. For cross cutting issues, please use our [main issue list](https://github.com/DbUp/DbUp/issues).
15
+
Please only log issue related to SQL CE Support in this repo. For cross cutting issues, please use
<!-- <ImplicitUsings>enable</ImplicitUsings> Can't use implict usings with net46 -->
9
-
<Nullable>enable</Nullable>
10
-
<NoWarn>$(NoWarn);NETSDK1138</NoWarn> <!-- Purposefully leaving an old version of netcoreapp to ensure we have compatibility. This never gets published -->
<!-- <ImplicitUsings>enable</ImplicitUsings> Can't use implict usings with net46 -->
9
+
<Nullable>enable</Nullable>
10
+
<NoWarn>$(NoWarn);NETSDK1138</NoWarn> <!-- Purposefully leaving an old version of netcoreapp to ensure we have compatibility. This never gets published -->
0 commit comments