Skip to content

Commit df1a168

Browse files
committed
v1.8.0 release [ Public Version ]
- [Add] support for reels media - [Add] support for uploading reels - [Add] 261 api version - [Add] LikeStoryAsync/UnLikeStoryAsync to StoryProcessor - [Add] support for uploading story link - [Add] support for story link - [Add] ValidateUriAsync to StoryProcessor - [Bugfix] for GenerateUploadId() - [Fix] issue with auto_expand_chaining null (#597) by @bman46 * Update depends * Fix null value exception * Allow null value instead * Remove excess using - [Update] all thread client_context functions - [Update] SendDirectPhotoAsync to latest version - [Update] LiveProcessor.CreateAsync
1 parent 0d96aa4 commit df1a168

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ InstagramApiSharp's private version - Under developing. Check [#243](https://git
99

1010
| Target | Branch | Version | Changelog |
1111
| ------ | ------ | ------ | ------ |
12-
| Github | master | v2.8.25 | [v2.8.25](https://github.com/ramtinak/InstagramApiSharp/issues/244#issuecomment-2044572109) |
12+
| Github | master | v2.8.34 | [v2.8.34](https://github.com/ramtinak/InstagramApiSharp/issues/244#issuecomment-2044572109) |
1313

1414
-----
15-
InstagramApiSharp's public version - Update date: September 23, 2023 - End Of Support(from April 5, 2019)!!!
15+
InstagramApiSharp's public version - Update date: November 21, 2024 - End Of Support(from April 5, 2019)!!!
1616

1717
| Target | Branch | Version | Download link | Total downloads |
1818
| ------ | ------ | ------ | ------ | ------ |
19-
| Nuget | master | v1.7.4 | [![NuGet](https://img.shields.io/nuget/v/InstagramApiSharp.svg)](https://www.nuget.org/packages/InstagramApiSharp) | [![NuGet downloads](https://img.shields.io/nuget/dt/InstagramApiSharp.svg)](https://www.nuget.org/packages/InstagramApiSharp) |
20-
| Release | master | v1.7.4 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
19+
| Nuget | master | v1.8.0 | [![NuGet](https://img.shields.io/nuget/v/InstagramApiSharp.svg)](https://www.nuget.org/packages/InstagramApiSharp) | [![NuGet downloads](https://img.shields.io/nuget/dt/InstagramApiSharp.svg)](https://www.nuget.org/packages/InstagramApiSharp) |
20+
| Release | master | v1.8.0 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
2121

2222
## Note
2323
This library is based on [InstaSharper](https://github.com/a-legotin/InstaSharper) with more features and new cool things.
@@ -68,4 +68,4 @@ Public version - End Of Support
6868

6969

7070

71-
Iranian developers - (c) 2024 | Bahar 1403.
71+
Iranian developers - (c) 2024 | Paeez 1403.

src/InstagramApiSharp/InstagramApiSharp.csproj

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,26 @@ See example projects and wiki pages to find out how this library works.</Descrip
3939
<RepositoryType></RepositoryType>
4040
<RepositoryUrl>https://github.com/ramtinak/InstagramApiSharp/</RepositoryUrl>
4141
<PackageProjectUrl>https://github.com/ramtinak/InstagramApiSharp/</PackageProjectUrl>
42-
<PackageReleaseNotes>v1.7.4
42+
<PackageReleaseNotes>v1.8.0
43+
- [Add] support for reels media
44+
- [Add] support for uploading reels
45+
- [Add] 261 api version
46+
- [Add] LikeStoryAsync/UnLikeStoryAsync to StoryProcessor
47+
- [Add] support for uploading story link
48+
- [Add] support for story link
49+
- [Add] ValidateUriAsync to StoryProcessor
50+
- [Bugfix] for GenerateUploadId()
51+
- [Fix] issue with auto_expand_chaining null (#597) by @bman46
52+
* Update depends
53+
* Fix null value exception
54+
* Allow null value instead
55+
* Remove excess using
56+
57+
- [Update] all thread client_context functions
58+
- [Update] SendDirectPhotoAsync to latest version
59+
- [Update] LiveProcessor.CreateAsync
60+
61+
v1.7.4
4362
- [Bugfix] for ChangePasswordAsync ( thx to @behi1ty for report )
4463
- [Add] checkpoint required error ( thx to @bman46 )
4564
- [Update] GenerateUploadId
@@ -271,9 +290,14 @@ v1.3.3.0
271290
<PropertyGroup>
272291
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard2.0</TargetFrameworks>
273292
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;uap10.0;net461</TargetFrameworks>
293+
<PackageReadmeFile>README.md</PackageReadmeFile>
274294
</PropertyGroup>
275295

276296
<ItemGroup>
297+
<None Include="..\..\README.md">
298+
<Pack>True</Pack>
299+
<PackagePath>\</PackagePath>
300+
</None>
277301
<None Include="LICENSE.txt" Pack="true" Visible="true" PackagePath="$(PackageLicenseFile)" />
278302
<None Include="insta.png" Pack="true" Visible="true" PackagePath="$(PackageIcon)" />
279303
</ItemGroup>

0 commit comments

Comments
 (0)