TweetMoaSharp 6.0.2
.NET Standard 1.0
.NET Framework 2.0
dotnet add package TweetMoaSharp --version 6.0.2
NuGet\Install-Package TweetMoaSharp -Version 6.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TweetMoaSharp" Version="6.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TweetMoaSharp --version 6.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TweetMoaSharp, 6.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TweetMoaSharp as a Cake Addin
#addin nuget:?package=TweetMoaSharp&version=6.0.2
// Install TweetMoaSharp as a Cake Tool
#tool nuget:?package=TweetMoaSharp&version=6.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TweetMoaSharp is a fast, clean wrapper around the Twitter API. Based on the original TweetSharp.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TweetMoaSharp:
Package | Downloads |
---|---|
Awv.Automation.SocialMedia
Used to automate posts to various social media platforms. Includes: Facebook |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.2 | 30,962 | 1/31/2020 |
6.0.0 | 39,212 | 1/5/2019 |
5.2.0 | 6,289 | 10/28/2018 |
5.1.0 | 1,082 | 10/4/2018 |
5.0.0 | 764 | 9/23/2018 |
5.0.0-beta | 537 | 9/16/2018 |
4.0.3 | 43,242 | 10/7/2017 |
4.0.2 | 13,259 | 8/4/2017 |
4.0.1 | 3,010 | 5/24/2017 |
4.0.0 | 10,891 | 12/23/2016 |
3.0.0.24 | 6,846 | 11/6/2016 |
3.0.0.23 | 1,921 | 9/24/2016 |
3.0.0.22 | 1,044 | 9/16/2016 |
3.0.0.19 | 2,319 | 6/23/2016 |
3.0.0.16 | 1,112 | 6/10/2016 |
3.0.0.15 | 1,784 | 4/12/2016 |
3.0.0.14 | 1,405 | 3/12/2016 |
3.0.0.13 | 1,878 | 12/29/2015 |
3.0.0.12 | 6,642 | 11/4/2015 |
3.0.0.11 | 3,754 | 9/11/2015 |
3.0.0.10 | 1,069 | 9/4/2015 |
3.0.0.9 | 1,216 | 8/31/2015 |
3.0.0.8 | 952 | 8/29/2015 |
3.0.0.7 | 1,323 | 8/21/2015 |
3.0.0.6 | 1,442 | 8/10/2015 |
3.0.0.5 | 1,519 | 7/25/2015 |
3.0.0.4 | 3,697 | 5/22/2015 |
3.0.0.3 | 1,044 | 5/7/2015 |
3.0.0.2 | 1,195 | 4/20/2015 |
3.0.0.1 | 1,131 | 4/19/2015 |
3.0.0 | 1,300 | 3/15/2015 |
New in 6.0.2
----------
- TextAsHtml now works with extended mode tweets instead of throwing a null reference exception.