forked from bradymholt/dbup-sqlserver-scripting
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdbup-sqlserver-scripting.nuspec
23 lines (23 loc) · 1.27 KB
/
dbup-sqlserver-scripting.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>dbup-sqlserver-scripting</id>
<version>$version$</version>
<title>DbUp SQL Server Object Scripting</title>
<authors>Brady Holt</authors>
<owners>Brady Holt</owners>
<licenseUrl>https://raw.github.com/bradyholt/dbup-sqlserver-scripting/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/bradyholt/dbup-sqlserver-scripting</projectUrl>
<iconUrl>https://raw.github.com/DbUp/DbUp/master/src/Information/dbup-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Extends DbUp to provide SQL Server object definition scripting when running migrations from Visual Studio. When a database object changes during a migration, its definition will be saved in the project.</description>
<releaseNotes>$notes$</releaseNotes>
<copyright>$copyright$</copyright>
<tags>dbup database migrations sqlserver scripting definitions scripts console</tags>
<dependencies>
<dependency id="dbup" version="3.3.5"/>
<dependency id="dbup-consolescripts" version="1.2.3"/>
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="140.17199.0"/>
</dependencies>
</metadata>
</package>