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 inLinqToTwitter.OAuth
-- LINQ types are inLinqToTwitter.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 newLinqToTwitter.AspNet
package.Also on NuGet:
- 👌 Supports .NET 5.0
-
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 toUploadMediaAsync
- ➕ Added URL and Description entities to User entity
- ➕ Added
TweetMode
parameter toTweetAsync
andReplyAsync
- ➕ Added
parameters
parameter toAspNetAuthorizer
- ➕ Added
ExecuteRawAsync
overload that accepts anHttpMethod
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.
- ✂ Removed deprecated methods
-
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.
-
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.