-
Notifications
You must be signed in to change notification settings - Fork 16
/
EzAPI.nuspec
22 lines (22 loc) · 986 Bytes
/
EzAPI.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>EzAPI 2016</title>
<authors>fpvmorais</authors>
<owners>fpvmorais</owners>
<projectUrl>https://github.com/fpvmorais/EzApi2016</projectUrl>
<license type="file">License.md</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fork of EzApi http://sqlsrvintegrationsrv.codeplex.com/releases/view/21238 adapted for SQL Server 2016 </description>
<releaseNotes>First release</releaseNotes>
<copyright>Copyright © Microsoft Corporation. All Rights Reserved.</copyright>
<tags>EzApi SSIS Automation</tags>
</metadata>
<files>
<file src="bin\Release\EzAPI.dll" target="lib\net40\EzAPI.dll" />
<file src="bin\Release\EzAPI.xml" target="lib\net40\EzAPI.xml" />
<file src="License\License.md" target="License.md" />
</files>
</package>