-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
1,965 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
Developer Tools/nuget_packages/TweetinviAPI.Webhooks/TweetinviAPI.WebhooksPlugin.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>TweetinviAPI.WebhooksPlugin</id> | ||
<version>4.0.0</version> | ||
<title>TweetinviAPI.WebhooksPlugin</title> | ||
<authors>Linvi</authors> | ||
<owners>Linvi</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/linvi/tweetinvi/blob/master/LICENSE.md</licenseUrl> | ||
<projectUrl>https://github.com/linvi/tweetinvi</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/linvi/tweetinvi/master/tweetinvi-logo-purple.png</iconUrl> | ||
<description>A plugin to simplify the development of Account Activity on AspNet servers.</description> | ||
<summary>A plugin to simplify the development of Account Activity on AspNet servers.</summary> | ||
<releaseNotes>https://github.com/linvi/tweetinvi/releases/tag/4.0.0</releaseNotes> | ||
<copyright>Tweetinvi 2018</copyright> | ||
<language>en-US</language> | ||
<tags>twitter c# rest stream api 1.1 .net netcore netstandard core</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="TweetinviAPI" version="4.0.0" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="lib\net461\Tweetinvi.Webhooks.dll" target="lib\net461\Tweetinvi.Webhooks.dll" /> | ||
<file src="lib\netstandard2.0\Tweetinvi.Webhooks.dll" target="lib\netstandard2.0\Tweetinvi.Webhooks.dll" /> | ||
</files> | ||
</package> |
36 changes: 36 additions & 0 deletions
36
Developer Tools/nuget_packages/TweetinviAPI/TweetinviAPI.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>TweetinviAPI</id> | ||
<version>4.0.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 .NET Core library that can be used for development on Windows, Windows RT, Windows Phone, Xamarin Android and Xamarin iOS. Tweetinvi is also compatible with Windows 10 Universal Apps.</description> | ||
<summary>The best Twitter C# Library out there! Works with .NET Framework and .NETCore.</summary> | ||
<releaseNotes>https://github.com/linvi/tweetinvi/releases/tag/4.0.0</releaseNotes> | ||
<copyright>Tweetinvi 2018</copyright> | ||
<language>en-US</language> | ||
<tags>twitter c# rest stream api 1.1 .net netcore netstandard core</tags> | ||
<dependencies> | ||
<group> | ||
<dependency id="Autofac" version="4.6.2" /> | ||
<dependency id="Newtonsoft.Json" version="10.0.3" /> | ||
<dependency id="NitoAsyncEx.Context.StrongName" version="1.1.0" /> | ||
<dependency id="System.Net.Http" version="4.3.2" /> | ||
<dependency id="System.Reflection.TypeExtensions" version="4.3.0" /> | ||
</group> | ||
<group targetFramework=".NETStandard1.4"> | ||
<dependency id="Autofac" version="4.6.2" /> | ||
<dependency id="Newtonsoft.Json" version="10.0.3" /> | ||
<dependency id="NitoAsyncEx.Context.StrongName" version="1.1.0" /> | ||
<dependency id="System.Net.Http" version="4.3.2" /> | ||
<dependency id="System.Reflection.TypeExtensions" version="4.3.0" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Oops, something went wrong.