Skip to content

Commit e20d9c7

Browse files
authored
Updated package info for v6.14.0 (#264)
1 parent 33f5aec commit e20d9c7

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

src/LinqToTwitter6/LinqToTwitter.AspNet/LinqToTwitter.AspNet.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>6.12.0</Version>
5+
<Version>6.14.0</Version>
66
<Authors>Joe Mayo</Authors>
77
<Company>Joe Mayo</Company>
88
<Product>LINQ to Twitter for ASP.NET</Product>
@@ -17,10 +17,12 @@ This library has ASP.NET authorizers and SessionStateCredentialCache that you'll
1717
<RepositoryType></RepositoryType>
1818
<PackageTags>twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter</PackageTags>
1919
<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+.
2121

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.
25+
- Switched license to MIT.
2426
</PackageReleaseNotes>
2527
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
2628
</PropertyGroup>

src/LinqToTwitter6/LinqToTwitter/LinqToTwitter.csproj

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<Description>LINQ to Twitter is a 3rd party LINQ Provider that lets you tweet and query with the Twitter API.</Description>
7-
<Version>6.12.0</Version>
7+
<Version>6.14.0</Version>
88
<Authors>Joe Mayo</Authors>
99
<Company>Joe Mayo</Company>
1010
<PackageId>linqtotwitter</PackageId>
@@ -17,8 +17,10 @@
1717
<RepositoryUrl>https://github.com/JoeMayo/LinqToTwitter</RepositoryUrl>
1818
<PackageTags>twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter</PackageTags>
1919
<PackageReleaseNotes>
20-
- Added default desktop support for AuthorizeAsync in OAuth2Authorizer.
21-
- Fixed bug in OAuth2Authorizer so that confidential clients now work properly.
20+
- Implemented space buyers and space tweets queries.
21+
- Implemented Liking Users query.
22+
- Implemented Me endpoint, which gets info for the authenticated user.
23+
- Switched license to MIT.
2224
</PackageReleaseNotes>
2325
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2426
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)