Skip to content

Commit

Permalink
v1.8.0 release [ Public Version ]
Browse files Browse the repository at this point in the history
- [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
  • Loading branch information
ramtinak committed Nov 21, 2024
1 parent 0d96aa4 commit df1a168
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ InstagramApiSharp's private version - Under developing. Check [#243](https://git

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

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

| Target | Branch | Version | Download link | Total downloads |
| ------ | ------ | ------ | ------ | ------ |
| 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) |
| Release | master | v1.7.4 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
| 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) |
| Release | master | v1.8.0 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |

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



Iranian developers - (c) 2024 | Bahar 1403.
Iranian developers - (c) 2024 | Paeez 1403.
26 changes: 25 additions & 1 deletion src/InstagramApiSharp/InstagramApiSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,26 @@ See example projects and wiki pages to find out how this library works.</Descrip
<RepositoryType></RepositoryType>
<RepositoryUrl>https://github.com/ramtinak/InstagramApiSharp/</RepositoryUrl>
<PackageProjectUrl>https://github.com/ramtinak/InstagramApiSharp/</PackageProjectUrl>
<PackageReleaseNotes>v1.7.4
<PackageReleaseNotes>v1.8.0
- [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

v1.7.4
- [Bugfix] for ChangePasswordAsync ( thx to @behi1ty for report )
- [Add] checkpoint required error ( thx to @bman46 )
- [Update] GenerateUploadId
Expand Down Expand Up @@ -271,9 +290,14 @@ v1.3.3.0
<PropertyGroup>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;uap10.0;net461</TargetFrameworks>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="LICENSE.txt" Pack="true" Visible="true" PackagePath="$(PackageLicenseFile)" />
<None Include="insta.png" Pack="true" Visible="true" PackagePath="$(PackageIcon)" />
</ItemGroup>
Expand Down

0 comments on commit df1a168

Please sign in to comment.