Skip to content

Commit

Permalink
Update package spec. (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMayo authored Dec 28, 2021
1 parent 1770928 commit 3779a10
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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.9.0</Version>
<Version>6.10.0</Version>
<Authors>Joe Mayo</Authors>
<Company>Joe Mayo</Company>
<PackageId>linqtotwitter</PackageId>
Expand All @@ -17,12 +17,7 @@
<RepositoryUrl>https://github.com/JoeMayo/LinqToTwitter</RepositoryUrl>
<PackageTags>twitter twitterapi twitterdev tweet linq social linqtotwitter linq2twitter</PackageTags>
<PackageReleaseNotes>
- Added Twitter API v2 Spaces API support
- Added Twitter API v2 Retweets API support
- Added Twitter API v2 Mutes API support
- Added Twitter API v2 Compliance API support
- Added TweetMedia.AltText property
- Fixed bug where streams weren't being properly closed on cancellation
- Added Twitter API v2 List API support
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit 3779a10

Please sign in to comment.