Skip to content

Commit

Permalink
Tweetinvi nuget spec
Browse files Browse the repository at this point in the history
  • Loading branch information
linvi committed Mar 5, 2016
1 parent 181115b commit af84baf
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Developer Tools/TweetinviAPI/TweetinviAPI.nuspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>TweetinviAPI</id>
<version>0.9.11.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>
<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.</description>
<copyright>Tweetinvi 2015</copyright>
<language>en-US</language>
<tags>twitter c# rest rest api 1.1 .net</tags>
<dependencies>
<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="7.0.1" />
</dependencies>
</metadata>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>TweetinviAPI</id>
<version>0.9.11.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>
<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.</description>
<copyright>Tweetinvi 2016</copyright>
<language>en-US</language>
<tags>twitter c# rest rest api 1.1 .net</tags>
<dependencies>
<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="7.0.1" />
</dependencies>
</metadata>
</package>

0 comments on commit af84baf

Please sign in to comment.