Skip to content

Commit

Permalink
Updated package info for v6.14.0 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMayo authored Feb 7, 2022
1 parent 33f5aec commit e20d9c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

- Added default desktop support for AuthorizeAsync in OAuth2Authorizer.
- Fixed bug in OAuth2Authorizer so that confidential clients now work properly.
- 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.
</PackageReleaseNotes>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
8 changes: 5 additions & 3 deletions src/LinqToTwitter6/LinqToTwitter/LinqToTwitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<Description>LINQ to Twitter is a 3rd party LINQ Provider that lets you tweet and query with the Twitter API.</Description>
<Version>6.12.0</Version>
<Version>6.14.0</Version>
<Authors>Joe Mayo</Authors>
<Company>Joe Mayo</Company>
<PackageId>linqtotwitter</PackageId>
Expand All @@ -17,8 +17,10 @@
<RepositoryUrl>https://github.com/JoeMayo/LinqToTwitter</RepositoryUrl>
<PackageTags>twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter</PackageTags>
<PackageReleaseNotes>
- Added default desktop support for AuthorizeAsync in OAuth2Authorizer.
- Fixed bug in OAuth2Authorizer so that confidential clients now work properly.
- 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.
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit e20d9c7

Please sign in to comment.