Info
Version: | 2.3.1.10 |
Author(s): | Wessley Mitchell, Daniel Crenna |
Last Update: | Monday, April 4, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TweetSharp-Unofficial-DotNetStandard |
Install
Install-Package TweetSharp-Unofficial-DotNetStandard
dotnet add package TweetSharp-Unofficial-DotNetStandard
paket add TweetSharp-Unofficial-DotNetStandard
TweetSharp-Unofficial-DotNetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.WebUtilities(>= 2.0.0)
- Microsoft.Extensions.Primitives(>= 2.0.0)
- Newtonsoft.Json(>= 10.0.3)
Specifically, this is a combination of TweetSharp and Hammock (on which TweetSharp relies). A small portion of the code has been rewritten so it can be compatible with .NET Standard 2.0.
A project of mine relied on TweetSharp, so when I converted my project to .NET Standard, I decided to convert TweetSharp as well. Now I'm sharing it with others.