Skip to content

Commit dbf81a4

Browse files
committed
v1.3.4.6
- [Bugfix] for slider emoji in story upload - [Add] CropWidth and CropHeight as parameter for CreateHighlightFeedAsync (thx to @szokeptr) - [Add] LastPermanentItem property to InstaDirectInboxThread by @estgold - [Add] RelatedHashtags to GetTopHashtagMediaListAsync - [Update] GetTopHashtagMediaListAsync - [Update] GetRecentHashtagMediaListAsync - [Update] api version to 86.0.0.24.87 (it's default now)
1 parent 0c00614 commit dbf81a4

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Supports almost every features that Instagram app has!
55

66
| Target | Branch | Version | Download link | Total downloads |
77
| ------ | ------ | ------ | ------ | ------ |
8-
| Nuget | master | v1.3.4.5 | [![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) |
9-
| Release | master | v1.3.4.5 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
8+
| Nuget | master | v1.3.4.6 | [![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) |
9+
| Release | master | v1.3.4.6 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
1010

1111
## IMPORTANT NOTE:
1212
`PaginationParameters` updated, you must use `NextMaxId` instead of using old `NextId`!!!!!
@@ -92,6 +92,15 @@ Task<IResult<object>>
9292
Check [Wiki pages](https://github.com/ramtinak/InstagramApiSharp/wiki) for documentation.
9393

9494
## Version changes
95+
v1.3.4.6
96+
- [Bugfix] for slider emoji in story upload
97+
- [Add] CropWidth and CropHeight as parameter for CreateHighlightFeedAsync (thx to [@szokeptr](https://github.com/szokeptr))
98+
- [Add] LastPermanentItem property to InstaDirectInboxThread by [@estgold](https://github.com/estgold)
99+
- [Add] RelatedHashtags to GetTopHashtagMediaListAsync
100+
- [Update] GetTopHashtagMediaListAsync
101+
- [Update] GetRecentHashtagMediaListAsync
102+
- [Update] api version to 86.0.0.24.87 (it's default now)
103+
95104
v1.3.4.5
96105
- [Add] GetLoggedInChallengeDataInfoAsync to IInstaApi
97106
- [Add] AcceptChallengeAsync to IInstaApi [THIS IS ME feature] (check [#204](https://github.com/ramtinak/InstagramApiSharp/issues/#204))

src/InstagramApiSharp/InstagramApiSharp.csproj

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>1.3.4.5</Version>
15-
<AssemblyVersion>1.3.4.5</AssemblyVersion>
16-
<FileVersion>1.3.4.5</FileVersion>
14+
<Version>1.3.4.6</Version>
15+
<AssemblyVersion>1.3.4.6</AssemblyVersion>
16+
<FileVersion>1.3.4.6</FileVersion>
1717
<Description>A complete Private Instagram API for .NET.
1818

1919

@@ -38,7 +38,16 @@ See example projects and wiki pages to find out how this library works.</Descrip
3838
<RepositoryType></RepositoryType>
3939
<RepositoryUrl>https://github.com/ramtinak/InstagramApiSharp/</RepositoryUrl>
4040
<PackageProjectUrl>https://github.com/ramtinak/InstagramApiSharp/</PackageProjectUrl>
41-
<PackageReleaseNotes>v1.3.4.5
41+
<PackageReleaseNotes>v1.3.4.6
42+
- [Bugfix] for slider emoji in story upload
43+
- [Add] CropWidth and CropHeight as parameter for CreateHighlightFeedAsync (thx to @szokeptr)
44+
- [Add] LastPermanentItem property to InstaDirectInboxThread by @estgold
45+
- [Add] RelatedHashtags to GetTopHashtagMediaListAsync
46+
- [Update] GetTopHashtagMediaListAsync
47+
- [Update] GetRecentHashtagMediaListAsync
48+
- [Update] api version to 86.0.0.24.87 (it's default now)
49+
50+
v1.3.4.5
4251
- [Add] GetLoggedInChallengeDataInfoAsync to IInstaApi
4352
- [Add] AcceptChallengeAsync to IInstaApi [THIS IS ME feature] (check #204)
4453
- [Bugfix] for highlights media converter

0 commit comments

Comments
 (0)