Files
DbTools/DbTools.nuspec

16 lines
597 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>DbTools</id>
<version>1.0.2.0</version>
<title>DbTools</title>
<authors>Russ Kollmansberger</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<!-- <icon>icon.png</icon> -->
<description>A library to sync two database structures and apply migrations.</description>
<releaseNotes>Removed async methods, except when capturing data.</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Tag1 Tag2</tags>
</metadata>
</package>