forked from tommyk/SqlMigration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
21 lines (21 loc) · 855 Bytes
/
Package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>SqlMigration</id>
<!-- make sure this matches the assembly version-->
<version>0.1.5</version>
<authors>tommy.kelly</authors>
<owners>tommy.kelly</owners>
<!--<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>-->
<projectUrl>https://github.com/tommyk/SqlMigration</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An easy migration tool for using straight sql files to migrate a database in a forward only direction.</description>
<releaseNotes></releaseNotes>
<copyright></copyright>
<!--<tags></tags>-->
<!--<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>-->
</metadata>
</package>