TweetMoaSharp 3.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TweetMoaSharp --version 3.0.0.1
                    
NuGet\Install-Package TweetMoaSharp -Version 3.0.0.1
                    
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="3.0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TweetMoaSharp" Version="3.0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="TweetMoaSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TweetMoaSharp --version 3.0.0.1
                    
#r "nuget: TweetMoaSharp, 3.0.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TweetMoaSharp@3.0.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TweetMoaSharp&version=3.0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=TweetMoaSharp&version=3.0.0.1
                    
Install as a Cake Tool

TweetMoaSharp is a fast, clean wrapper around the Twitter API. Based on the original TweetSharp.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 107,321 1/31/2020
6.0.0 45,021 1/5/2019
5.2.0 8,574 10/28/2018
5.1.0 1,446 10/4/2018
5.0.0 1,050 9/23/2018
5.0.0-beta 775 9/16/2018
4.0.3 47,924 10/7/2017
4.0.2 13,800 8/4/2017
4.0.1 3,497 5/24/2017
4.0.0 18,895 12/23/2016
3.0.0.24 12,781 11/6/2016
3.0.0.23 2,363 9/24/2016
3.0.0.22 1,478 9/16/2016
3.0.0.19 2,733 6/23/2016
3.0.0.16 1,553 6/10/2016
3.0.0.15 2,204 4/12/2016
3.0.0.14 1,872 3/12/2016
3.0.0.13 2,299 12/29/2015
3.0.0.12 8,159 11/4/2015
3.0.0.11 4,229 9/11/2015
3.0.0.10 1,525 9/4/2015
3.0.0.9 1,657 8/31/2015
3.0.0.8 1,413 8/29/2015
3.0.0.7 1,817 8/21/2015
3.0.0.6 1,899 8/10/2015
3.0.0.5 10,908 7/25/2015
3.0.0.4 4,658 5/22/2015
3.0.0.3 1,487 5/7/2015
3.0.0.2 1,639 4/20/2015
3.0.0.1 1,576 4/19/2015
3.0.0 1,754 3/15/2015

New in 3.0.0.1
----------
- Delete tweet now uses POST verb instead of DELETE.
- ListListMembers now supports Count option for paging results.
- Updated dependencies.