Skip to content

Releases: Yortw/tweetmoasharp

Fix Direct Message List Cursor Type

05 Jan 06:30
Compare
Choose a tag to compare

Cursor should be a string for direct message lists, but was a nullable long.

Fix CreatedAt on Direct Message Events

28 Oct 07:43
Compare
Choose a tag to compare
Fix deserailisation of dates in format of 'milliseconds since epoch',…

… being used in direct messaging events.

Update Async DirectMessage Methods to Use Latest API

04 Oct 07:01
Compare
Choose a tag to compare
5.1.0

Fix for IAsyncResult based async direct message methods.

5.0.0 - Api Compatibility and Platform Support Updates

23 Sep 04:18
Compare
Choose a tag to compare

Improved Unicode Support

07 Oct 03:22
Compare
Choose a tag to compare

Improved support for tweets containing multi-byte Unicode characters (including emoji). Thanks to @collinsauve

App Auth Support

04 Aug 07:30
Compare
Choose a tag to compare
v4.0.2

Nuget updates for new release.

Implement Options for Public Streams

06 Nov 01:51
Compare
Choose a tag to compare
v3.0.0.24

Version bump + nuget updates for release.

Extended Tweet Size Support

24 Sep 02:04
Compare
Choose a tag to compare

Support for Twitter's changes for allowing tweets longer than 140 chars.
See https://dev.twitter.com/overview/api/upcoming-changes-to-tweets

Chunked Media Upload Support

16 Sep 08:54
Compare
Choose a tag to compare
  • Renders boolean values as true/false, rather than 1/0 in URL parameters.
  • Basic support for chunked media upload API's (http://bit.ly/2cefC1J).
  • Potential fix for image upload on Linux under mono.

.Net Core Support!

23 Jun 11:23
Compare
Choose a tag to compare

TweetMoaSharp Nuget package should now support NetStandard1.0 (.NetCore) projects.