Skip to content

Commit 26fcf17

Browse files
committed
Prepared for v0.7.0 release
1 parent 6ee4217 commit 26fcf17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ThreadSharp/ThreadSharp.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<RepositoryUrl>https://github.com/itsWindows11/ThreadSharp</RepositoryUrl>
1717
<PackageTags>threads;threads api;instagram;meta;facebook;c#;csharp;</PackageTags>
1818
<PackageReleaseNotes>
19+
-- Version 0.7.0 --
20+
Added support for quote posts &amp; reposts.
21+
Added set-only `AccessToken` property to `ThreadsClient`.
22+
Improved documentation.
23+
Updated to System.Text.Json v8.0.5 to fix vulnerabilities.
1924
-- Version 0.6.0 --
2025
Changed media insight retrieval models according to latest Threads API updates, and updated docs.
2126
-- Version 0.5.0 --
@@ -28,7 +33,7 @@
2833
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
2934
<IncludeSymbols>True</IncludeSymbols>
3035
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
31-
<Version>0.6.0</Version>
36+
<Version>0.7.0</Version>
3237
</PropertyGroup>
3338

3439
<ItemGroup>

0 commit comments

Comments
 (0)