forked from Inumedia/SlackAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SlackAPI.nuspec
25 lines (25 loc) · 1.02 KB
/
SlackAPI.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SlackAPI</id>
<version>1.0.4.1</version>
<title>SlackAPI</title>
<authors>Inumedia</authors>
<owners>Inumedia</owners>
<licenseUrl>http://choosealicense.com/licenses/mit/</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>C# implementation of the Slack team communication platform API.</description>
<summary>The MIT License (MIT)</summary>
<copyright />
<language>en-US</language>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\SlackAPI.dll" target="lib\net45\SlackAPI.dll" />
<file src="bin\Release\SlackAPI.pdb" target="lib\net45\SlackAPI.pdb" />
</files>
</package>