diff --git a/src/LinqToTwitter6/LinqToTwitter.AspNet/LinqToTwitter.AspNet.csproj b/src/LinqToTwitter6/LinqToTwitter.AspNet/LinqToTwitter.AspNet.csproj
index a8f15163..5756443b 100644
--- a/src/LinqToTwitter6/LinqToTwitter.AspNet/LinqToTwitter.AspNet.csproj
+++ b/src/LinqToTwitter6/LinqToTwitter.AspNet/LinqToTwitter.AspNet.csproj
@@ -2,7 +2,7 @@
net6.0
- 6.14.0
+ 6.15.0
Joe Mayo
Joe Mayo
LINQ to Twitter for ASP.NET
@@ -17,12 +17,9 @@ This library has ASP.NET authorizers and SessionStateCredentialCache that you'll
twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter
- Note: In previous versions of LINQ to Twitter, this was included in the `linqtotwitter` package. In version 6, ASP.NET Core 5 support is a separate package with a dependency on `linqtotwitter` v6.0+.
+Note: In previous versions of LINQ to Twitter, this was included in the `linqtotwitter` package. In version 6, ASP.NET Core 5 support is a separate package with a dependency on `linqtotwitter` v6.0+.
- - Implemented space buyers and space tweets queries.
- - Implemented Liking Users query.
- - Implemented Me endpoint, which gets info for the authenticated user.
- - Switched license to MIT.
+- Fixed bug were omitting offline.access scope in OAuth2SessionStateCredentialStore throws a NullReferenceException.
ReadMe.md
diff --git a/src/LinqToTwitter6/LinqToTwitter/LinqToTwitter.csproj b/src/LinqToTwitter6/LinqToTwitter/LinqToTwitter.csproj
index 32f1500e..4811dba7 100644
--- a/src/LinqToTwitter6/LinqToTwitter/LinqToTwitter.csproj
+++ b/src/LinqToTwitter6/LinqToTwitter/LinqToTwitter.csproj
@@ -4,7 +4,7 @@
net6.0
enable
LINQ to Twitter is a 3rd party LINQ Provider that lets you tweet and query with the Twitter API.
- 6.14.0
+ 6.15.0
Joe Mayo
Joe Mayo
linqtotwitter
@@ -17,10 +17,21 @@
https://github.com/JoeMayo/LinqToTwitter
twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter
-- Implemented space buyers and space tweets queries.
-- Implemented Liking Users query.
-- Implemented Me endpoint, which gets info for the authenticated user.
-- Switched license to MIT.
+- Upgraded to .NET 6 (Thanks Adam Swanson)
+- Updated Issue/General Templates (Thanks Jaap)
+- Updated license to MIT
+- Implements Bookmarks
+- Supports Quote Tweets
+- Includes Reverse Chronological Timelines
+- Adds polls to Tweet Include Responses
+- Supports NewestID and OldestID in TweetMeta
+- Improved error message handling
+- Updated Raw Queries to use Twitter API v2 Base URL
+- Supports ID on TweetEntityMention
+- Fixed PlaceField.CountryCode spelling
+- Added error handling for new JSON format on duplicate tweets
+- Added subscriber_count and other fields to Space queries
+- Implemented Search Sort Order
false
false