Skip to content

Commit

Permalink
Updated version info for new 6.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMayo committed Dec 28, 2020
1 parent 7689562 commit 6eba85a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 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>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.2.1</Version>
<Version>6.3.0</Version>
<Authors>Joe Mayo</Authors>
<Company>Joe Mayo</Company>
<PackageId>linqtotwitter</PackageId>
Expand All @@ -16,10 +16,8 @@
<PackageIcon>200xColor_2.png</PackageIcon>
<RepositoryUrl>https://github.com/JoeMayo/LinqToTwitter</RepositoryUrl>
<PackageTags>twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter</PackageTags>
<PackageReleaseNotes>- Updated init-only properties in TwitterSearch entity
- Implemented support for Tweet `reply_settings` in Twitter API v2
- Implemented support for Twitter API v2 Mentions and User timelines
- Implemented support for Twitter API v2 Followers and Following queries</PackageReleaseNotes>
<PackageReleaseNotes>- Corrected spelling of UserTimeline to TweetsTimeline.
- Fixed bug with deserializing reply_settngs in Search and User queries.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down

0 comments on commit 6eba85a

Please sign in to comment.