TweetMoaSharp 3.0.0.13
See the version list below for details.
dotnet add package TweetMoaSharp --version 3.0.0.13
NuGet\Install-Package TweetMoaSharp -Version 3.0.0.13
<PackageReference Include="TweetMoaSharp" Version="3.0.0.13" />
paket add TweetMoaSharp --version 3.0.0.13
#r "nuget: TweetMoaSharp, 3.0.0.13"
// Install TweetMoaSharp as a Cake Addin #addin nuget:?package=TweetMoaSharp&version=3.0.0.13 // Install TweetMoaSharp as a Cake Tool #tool nuget:?package=TweetMoaSharp&version=3.0.0.13
TweetMoaSharp is a fast, clean wrapper around the Twitter API. Based on the original TweetSharp.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl4 is compatible. sl4-wp is compatible. sl4-wp71 is compatible. sl5 was computed. |
-
.NETFramework 4.0
- Newtonsoft.Json (>= 8.0.1)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 8.0.1)
-
All Frameworks
- Newtonsoft.Json (>= 6.0.1)
-
Portable Class Library (Windows 8.1, WindowsPhoneApp 8.1)
- Newtonsoft.Json (>= 6.0.8)
-
Silverlight 4.0 WindowsPhone
- Newtonsoft.Json (>= 5.0.8)
-
Silverlight 4.0 WindowsPhone71
- Newtonsoft.Json (>= 5.0.8)
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 (1)
Showing the top 1 popular GitHub repositories that depend on TweetMoaSharp:
Repository | Stars |
---|---|
RWS/Sdl-Community
This is the place where we develop and maintain most of SDL's plugins for Trados Studio. If you want to help us or just looking for some examples this is the perfect place.
|
Version | Downloads | Last updated |
---|---|---|
6.0.2 | 80,086 | 1/31/2020 |
6.0.0 | 44,151 | 1/5/2019 |
5.2.0 | 8,429 | 10/28/2018 |
5.1.0 | 1,306 | 10/4/2018 |
5.0.0 | 925 | 9/23/2018 |
5.0.0-beta | 657 | 9/16/2018 |
4.0.3 | 46,822 | 10/7/2017 |
4.0.2 | 13,540 | 8/4/2017 |
4.0.1 | 3,247 | 5/24/2017 |
4.0.0 | 18,084 | 12/23/2016 |
3.0.0.24 | 11,407 | 11/6/2016 |
3.0.0.23 | 2,118 | 9/24/2016 |
3.0.0.22 | 1,226 | 9/16/2016 |
3.0.0.19 | 2,490 | 6/23/2016 |
3.0.0.16 | 1,302 | 6/10/2016 |
3.0.0.15 | 1,955 | 4/12/2016 |
3.0.0.14 | 1,615 | 3/12/2016 |
3.0.0.13 | 2,044 | 12/29/2015 |
3.0.0.12 | 7,896 | 11/4/2015 |
3.0.0.11 | 3,982 | 9/11/2015 |
3.0.0.10 | 1,264 | 9/4/2015 |
3.0.0.9 | 1,400 | 8/31/2015 |
3.0.0.8 | 1,162 | 8/29/2015 |
3.0.0.7 | 1,553 | 8/21/2015 |
3.0.0.6 | 1,636 | 8/10/2015 |
3.0.0.5 | 10,032 | 7/25/2015 |
3.0.0.4 | 4,269 | 5/22/2015 |
3.0.0.3 | 1,224 | 5/7/2015 |
3.0.0.2 | 1,389 | 4/20/2015 |
3.0.0.1 | 1,323 | 4/19/2015 |
3.0.0 | 1,497 | 3/15/2015 |
New in 3.0.0.13
----------
- Added methods to mute/unmute/list muted users etc.
- Added Direct Message character count to config response.
- Added IsMuting to TwitterFriend.
- Added Following and Entities properties to TwitterUser.
- Added ToTwitterUrl extension method on TwitterStatus - returns link to tweet on web.
- Fixed TwitterTrends so it accepts long ids.
- Fixed post status so it uses a long for place id.
- Fixed bug in media upload.