-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathInsight.Database.Schema.nuspec
24 lines (24 loc) · 1.51 KB
/
Insight.Database.Schema.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Insight.Database.Schema</id>
<version>2.0.0</version>
<title>Insight.Database.Schema</title>
<authors>Jon Wagner</authors>
<description>A database installer engine that automatically handles most installation and upgrade issues, such as script ordering, and table and procedure updates. Easier than EntityFramework code migrations.</description>
<language>en-US</language>
<projectUrl>http://github.com/jonwagner/Insight.Database.Schema</projectUrl>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
<tags>Insight orm sql sqlserver schema installer code migration</tags>
</metadata>
<files>
<file src="Insight.Database.Schema\bin\Release\Insight.Database.Schema.dll" target="lib\NET45" />
<file src="Insight.Database.Schema\bin\Release\Insight.Database.Schema.pdb" target="lib\NET45" />
<file src="Insight.Database.Schema\bin\Release\Insight.Database.Schema.dll" target="tools\NET45" />
<file src="Insight.Database.Schema.Installer\bin\Release\InsightInstaller.exe" target="tools\NET45" />
<file src="Insight.Database.Schema\bin\NET40\Insight.Database.Schema.dll" target="lib\NET40" />
<file src="Insight.Database.Schema\bin\NET40\Insight.Database.Schema.pdb" target="lib\NET40" />
<file src="Insight.Database.Schema\bin\NET40\InsightInstaller.exe" target="tools\NET40" />
<file src="Insight.Database.Schema\bin\NET40\Insight.Database.Schema.dll" target="tools\NET40" />
</files>
</package>