-
Notifications
You must be signed in to change notification settings - Fork 217
/
Copy pathTweetinviAPI.nuspec
55 lines (54 loc) · 2.84 KB
/
TweetinviAPI.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>TweetinviAPI</id>
<version>1.2.0</version>
<title>Tweetinvi</title>
<authors>Linvi</authors>
<owners>Linvi</owners>
<licenseUrl>http://tweetinvi.codeplex.com/license</licenseUrl>
<projectUrl>https://github.com/linvi/tweetinvi</projectUrl>
<iconUrl>https://raw.githubusercontent.com/linvi/tweetinvi/master/tweetinvi-logo-purple.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Tweetinvi is an intuitive .NET C# library to access the Twitter REST API. It is a Portable Class Library that can be used for development on Windows, Windows RT, Windows Phone, Mono, Xamarin Android and Xamarin iOS. Tweetinvi is also compatible for Universal App development and .NETCore.</description>
<summary>The best Twitter C# Library out there! Works with .NETCore and PCL.</summary>
<releaseNotes>https://github.com/linvi/tweetinvi/releases/tag/1.2.0</releaseNotes>
<copyright>Tweetinvi 2016</copyright>
<language>en-US</language>
<tags>twitter c# rest stream api 1.1 .net netcore netstandard core</tags>
<dependencies>
<group>
<dependency id="Autofac" version="3.5.2" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="Autofac" version="3.5.2" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework=".NETFramework4.0">
<dependency id="Autofac" version="3.5.2" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework="netcore451">
<dependency id="Autofac" version="[3.5.2]" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework=".NETStandard1.5">
<dependency id="Autofac" version="4.1.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
</dependencies>
</metadata>
</package>