forked from ringcentral/ringcentral-csharp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ringcentral.nuspec
24 lines (24 loc) · 978 Bytes
/
ringcentral.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RingCentral.Client</id>
<version>3.1.0-rc2</version>
<title>RingCentral Client</title>
<authors>Tyler Liu</authors>
<owners>RingCentral</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/ringcentral/ringcentral-csharp-client</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RingCentral C# Client</description>
<copyright>Copyright 2016 - 2018</copyright>
<tags>RingCentral Ring Central C# Client</tags>
<dependencies>
<dependency id="Flurl" version="2.8.0" />
<dependency id="Flurl.Http" version="2.3.2" />
<dependency id="PubnubPCL" version="4.0.19" />
</dependencies>
</metadata>
<files>
<file src="RingCentral/bin/Release/netstandard2.0/RingCentral.dll" target="lib" />
</files>
</package>