forked from skrusty/AsterNET.ARI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.nuspec
32 lines (32 loc) · 1.95 KB
/
Package.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>AsterNET.ARI</id>
<version>1.2.0-beta2</version>
<authors>Ben Merrills, Zachary Way</authors>
<owners>Ben Merrills</owners>
<licenseUrl>https://github.com/skrusty/AsterNET.ARI/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/skrusty/AsterNET.ARI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AsterNET.ARI Asterisk ARI/Stasis framework for .NET</description>
<releaseNotes>Please see: https://github.com/skrusty/AsterNET.ARI/commits/master</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>Asterisk AsterNET Asterisk.NET ARI Stasis</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="FubarCoder.RestSharp.Portable.Core" version="4.0.8" />
<dependency id="FubarCoder.RestSharp.Portable.HttpClient" version="4.0.8" />
<dependency id="FubarCoder.RestSharp.Portable.Encodings" version="4.0.8" />
<dependency id="WebSocket4Net" version="0.15.0-beta6" />
</dependencies>
</metadata>
<files>
<file src="AsterNET.ARI\bin\Release\net45\AsterNET.ARI.dll" target="lib\net45\AsterNET.ARI.dll" />
<file src="AsterNET.ARI\bin\Release\net45\AsterNET.ARI.pdb" target="lib\net45\AsterNET.ARI.pdb" />
<file src="AsterNET.ARI.NetStandard\bin\Release\netstandard1.3\AsterNET.ARI.NetStandard.dll" target="lib\netstandard1.3\AsterNET.ARI.dll" />
<file src="AsterNET.ARI.NetStandard\bin\Release\netstandard1.3\AsterNET.ARI.NetStandard.pdb" target="lib\netstandard1.3\AsterNET.ARI.pdb" />
<file src="changelog.txt" target="changelog.txt" />
<file src="LICENSE.txt" target="LICENSE.txt" />
<file src="README.md" target="README.md" />
</files>
</package>