Skip to content

Commit

Permalink
Updated version and release info. (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMayo authored Jun 29, 2022
1 parent 9377486 commit 107e116
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>6.14.0</Version>
<Version>6.15.0</Version>
<Authors>Joe Mayo</Authors>
<Company>Joe Mayo</Company>
<Product>LINQ to Twitter for ASP.NET</Product>
Expand All @@ -17,12 +17,9 @@ 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+.

- 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.
</PackageReleaseNotes>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
21 changes: 16 additions & 5 deletions src/LinqToTwitter6/LinqToTwitter/LinqToTwitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.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.14.0</Version>
<Version>6.15.0</Version>
<Authors>Joe Mayo</Authors>
<Company>Joe Mayo</Company>
<PackageId>linqtotwitter</PackageId>
Expand All @@ -17,10 +17,21 @@
<RepositoryUrl>https://github.com/JoeMayo/LinqToTwitter</RepositoryUrl>
<PackageTags>twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter</PackageTags>
<PackageReleaseNotes>
- 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
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit 107e116

Please sign in to comment.