Added functions to SqlBuilder for generating more SQL scripts on differences. Versioned up NuGet.

This commit is contained in:
2025-09-06 08:56:51 -05:00
parent c0c8ac72f1
commit e25a6b166a
2 changed files with 101 additions and 3 deletions

View File

@@ -2,15 +2,15 @@
<package >
<metadata>
<id>DbTools</id>
<version>1.0.0.0</version>
<version>1.0.1.0</version>
<title>DbTools</title>
<authors>Russ Kollmansberger</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<!-- <icon>icon.png</icon> -->
<projectUrl>http://project_url_here_or_delete_this_line/</projectUrl>
<description>A small library to sync two database structures and apply migrations.</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<description>A library to sync two database structures and apply migrations.</description>
<releaseNotes>Added new functions to SqlBuilder to generate scripts on database differences.</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Tag1 Tag2</tags>
</metadata>