-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathTencentSDK.Exmail.nuspec
35 lines (35 loc) · 1.55 KB
/
TencentSDK.Exmail.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
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>TencentSDK.Exmail</id>
<version>1.0.2</version>
<title>TencentSDK.Exmail</title>
<authors>arbing</authors>
<owners>arbing</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/arbing/WeixinSDK</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>腾讯企业邮API SDK</description>
<summary>腾讯企业邮API SDK</summary>
<releaseNotes>
1.0.8 更新全局错误码
1.0.1 Newtonsoft.Json 降级回6.0.8
</releaseNotes>
<tags>Tencent Exmail ExmailSDK API-SDK</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.8" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core"/>
<frameworkAssembly assemblyName="System"/>
<frameworkAssembly assemblyName="System.Data"/>
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.0-Client, .NETFramework4.0" />
</frameworkAssemblies>
</metadata>
<files>
<file src="src\TencentSDK.Exmail\bin\Release\TencentSDK.Exmail.dll" target="lib\net40" />
<file src="src\TencentSDK.Exmail\bin\Release\TencentSDK.Exmail.pdb" target="lib\net40" />
<file src="src\TencentSDK.Exmail\bin\Release\TencentSDK.Exmail.xml" target="lib\net40" />
</files>
</package>