You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/LinqToTwitter6/LinqToTwitter.AspNet/LinqToTwitter.AspNet.csproj
+6-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFramework>net5.0</TargetFramework>
5
-
<Version>6.12.0</Version>
5
+
<Version>6.14.0</Version>
6
6
<Authors>Joe Mayo</Authors>
7
7
<Company>Joe Mayo</Company>
8
8
<Product>LINQ to Twitter for ASP.NET</Product>
@@ -17,10 +17,12 @@ This library has ASP.NET authorizers and SessionStateCredentialCache that you'll
17
17
<RepositoryType></RepositoryType>
18
18
<PackageTags>twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter</PackageTags>
19
19
<PackageReleaseNotes>
20
-
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+.
20
+
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+.
21
21
22
-
- Added default desktop support for AuthorizeAsync in OAuth2Authorizer.
23
-
- Fixed bug in OAuth2Authorizer so that confidential clients now work properly.
22
+
- Implemented space buyers and space tweets queries.
23
+
- Implemented Liking Users query.
24
+
- Implemented Me endpoint, which gets info for the authenticated user.
0 commit comments