forked from fpvmorais/EzApi2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EzAPI.nuspec
21 lines (21 loc) · 949 Bytes
/
EzAPI.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>$id$</id>
<version>$version$</version>
<title>EzAPI 2016</title>
<authors>fpvmorais</authors>
<owners>fpvmorais</owners>
<projectUrl>https://github.com/fpvmorais/EzApi2016</projectUrl>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
<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" />
</files>
</package>