Skip to content

Commit

Permalink
Prepared for v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
itsWindows11 committed Oct 13, 2024
1 parent 6ee4217 commit 26fcf17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ThreadSharp/ThreadSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<RepositoryUrl>https://github.com/itsWindows11/ThreadSharp</RepositoryUrl>
<PackageTags>threads;threads api;instagram;meta;facebook;c#;csharp;</PackageTags>
<PackageReleaseNotes>
-- Version 0.7.0 --
Added support for quote posts &amp; reposts.
Added set-only `AccessToken` property to `ThreadsClient`.
Improved documentation.
Updated to System.Text.Json v8.0.5 to fix vulnerabilities.
-- Version 0.6.0 --
Changed media insight retrieval models according to latest Threads API updates, and updated docs.
-- Version 0.5.0 --
Expand All @@ -28,7 +33,7 @@
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 26fcf17

Please sign in to comment.