All Versions
11
Latest Version
Avg Release Cycle
175 days
Latest Release
1242 days ago

Changelog History
Page 1

  • v6.1.0 Changes

    November 30, 2020

    ๐Ÿ‘Œ Supporting Twitter API v2 and v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET 4.6.1, .NET Core, .NET 5, .NET Standard 2.0, Blazor, Windows 10, and Xamarin platforms.

    ๐Ÿš€ Changes in this release:

    • ๐Ÿ“‡ Renamed HideTweetAsync to HideReplyAsync
    • โšก๏ธ Updated all Twitter API v2 record properties to init-only
    • Made all overloads for NewDirectMessageEventAsync public
    • โšก๏ธ Several nullable reference updates

    ๐Ÿš€ Note: LINQ to Twitter v6.x supports .NET 5. Please see release for LINQ to Twitter 5.x for earlier .NET version support.

    Also on NuGet:

  • v6.0.0 Changes

    November 11, 2020

    ๐Ÿ‘Œ Supporting Twitter API v2 and v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Blazor, Windows 10, and Xamarin platforms.

    ๐Ÿš€ Changes in this release:

    • ๐Ÿ‘Œ Supports .NET 5.0
      -- Recommend LINQ to Twitter v5.0 for earlier .NET versions
    • Includes new Twitter API v2.0 and v1.1
    • ๐Ÿ‘Œ Supports C# v8.0 Nullable References
    • ๐Ÿ‘Œ Supports C# v9.0
    • Entities (e.g. Tweet, User, etc.) are now record types
    • Namespace changes:
      -- Authorizers are in LinqToTwitter.OAuth
      -- LINQ types are in LinqToTwitter.Provider
    • Internally uses System.Text.Json
    • ๐Ÿ”’ HMAC/SHA1 hashes use .NET 5.0 System.Security.Cryptography

    ๐Ÿš€ This release also changes specific technology support. The primary linqtotwitter library is technology agnostic and deploys on all .NET 5 platforms. Technology-specific types are part of a new package. e.g. ASP.NET Core 5 is in the new LinqToTwitter.AspNet package.

    Also on NuGet:

  • v5.1.3 Changes

    August 30, 2020

    ๐Ÿ‘Œ Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Blazor, Windows 10, and Xamarin platforms.

    ๐Ÿš€ Changes in this release:

      * Bug Fixes
         - Fixed problem with ASP.NET assembly references
    

    ๐Ÿ“ฆ Also on NuGet

  • v5.1.2 Changes

    April 28, 2020

    ๐Ÿ‘Œ Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Windows 10, and Xamarin platforms.

    ๐Ÿš€ Changes in this release:

      * Bug Fixes
         - Fixed RetweetAsync
          - Fixed UserEntities deserialization
    

    ๐Ÿ“ฆ Also on NuGet

  • v5.1.1 Changes

    April 17, 2020

    ๐Ÿ‘Œ Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Windows 10, and Xamarin platforms.

    ๐Ÿš€ Changes in this release:

    • ๐Ÿ›  Fixed reference error in LinqToTwitter.AspNet, which should be .NET Framework
  • v5.1.0 Changes

    April 14, 2020

    ๐Ÿ‘Œ Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Windows 10, and Xamarin platforms.

    ๐Ÿš€ Changes in this release:

    • โœ‚ Removed deprecated methods
      • UpdateAccountBackgroundImageAsync
      • All DirectMessage APIs (replaced by DirectMessageEvents API)
    • โž• Added performBlock parameter to ReportSpamAsync
    • โž• Added AdditionalOwners parameter to UploadMediaAsync
    • โž• Added URL and Description entities to User entity
    • โž• Added TweetMode parameter to TweetAsync and ReplyAsync
    • โž• Added parameters parameter to AspNetAuthorizer
    • โž• Added ExecuteRawAsync overload that accepts an HttpMethod parameter

    ๐Ÿ“š Binaries are included in this release. Demos can be found in the Samples folder in the source code. Documentation is in the Wiki. You can install LINQ to Twitter v5.0.0 via NuGet.

  • v5.0.0 Changes

    March 28, 2020

    ๐Ÿ‘Œ Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Windows 10, and Xamarin platforms.

    ๐Ÿš€ The major change in this release was .NET Standard 2.0 support.

    ๐Ÿ“š Binaries are included in this release. Demos can be found in the Samples folder in the source code. Documentation is in the Wiki. You can install LINQ to Twitter v5.0.0 via NuGet.

  • v4.2.1 Changes

    December 21, 2017

    ๐Ÿš€ Maintenance release to fix encoding errors.

  • v4.2.0 Changes

    December 19, 2017

    ๐Ÿ‘ Includes support for DM Events, Extended Tweets and .NET Core. Also, contains some initial support for the Activities API.

    ๐Ÿ“š Binaries are included in this release. Demos can be found in the Samples folder in the source code. Documentation is in the Wiki. You can install LINQ to Twitter v4.2.0 via NuGet.

    @Joe Mayo on Twitter

  • v4.1.0 Changes

    February 21, 2016

    โž• Added support for ASP.NET.

    ๐Ÿ“š Binaries are included in this release. Demos can be found in the Samples folder in the source code. Documentation is in the Wiki. You can install LINQ to Twitter v4.1.0 via NuGet.

    Joe Mayo on Twitter