Skip to content

Commit 6faf41e

Browse files
committed
v1.5.0.0
[Update] api version and signature key to v126.0.0.25.121 [Update] Headers and constants [Update] GetUserTimelineFeedAsync, Constants and some others [Update] a lot of things related to login and other things [Add] SendRequestsBeforeLoginAsync to InstaApi [Add] SendRequestsAfterLoginAsync to InstaApi
1 parent 60f687d commit 6faf41e

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ InstagramApiSharp's private version - Under developing. Check [#243](https://git
1313

1414

1515
-----
16-
InstagramApiSharp's public version - Update date: April 5, 2019 - End Of Support!!!
16+
InstagramApiSharp's public version - Update date: February 24, 2020 - End Of Support(from April 5, 2019)!!!
1717

1818
| Target | Branch | Version | Download link | Total downloads |
1919
| ------ | ------ | ------ | ------ | ------ |
20-
| Nuget | master | v1.4.0.1 | [![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) |
21-
| Release | master | v1.4.0.1 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
20+
| Nuget | master | v1.5.0.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) |
21+
| Release | master | v1.5.0.0 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
2222

2323
## WARNING!!!
2424
Use [InstagramApiSharp](https://github.com/ramtinak/InstagramApiSharp/)'s free versions at your own risk! I'm not responsible for free versions anymore!!!!
@@ -107,6 +107,14 @@ Task<IResult<object>>
107107
Check [Wiki pages](https://github.com/ramtinak/InstagramApiSharp/wiki) for documentation.
108108

109109
## Version changes
110+
v1.5.0.0
111+
- [Update] api version and signature key to v126.0.0.25.121
112+
- [Update] Headers and constants
113+
- [Update] GetUserTimelineFeedAsync, Constants and some others
114+
- [Update] a lot of things related to login and other things
115+
- [Add] SendRequestsBeforeLoginAsync to InstaApi
116+
- [Add] SendRequestsAfterLoginAsync to InstaApi
117+
110118
v1.4.0.1
111119
- Change license to MIT
112120

src/InstagramApiSharp/InstagramApiSharp.csproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net452;uap10.0;netstandard1.3</TargetFrameworks>
5-
<VersionPrefix>1.4.0</VersionPrefix>
5+
<VersionPrefix>1.5.0</VersionPrefix>
66
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
77
<AssemblyName>InstagramApiSharp</AssemblyName>
88
<PackageId>InstagramApiSharp</PackageId>
@@ -11,9 +11,9 @@
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>1.4.0.0</Version>
15-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
16-
<FileVersion>1.4.0.0</FileVersion>
14+
<Version>1.5.0.0</Version>
15+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
16+
<FileVersion>1.5.0.0</FileVersion>
1717
<Description>A complete Private Instagram API for .NET.
1818

1919

@@ -34,11 +34,19 @@ Support:
3434
- and many more.
3535

3636
See example projects and wiki pages to find out how this library works.</Description>
37-
<Authors>Ramtin Jokar, Ali NGame1</Authors>
37+
<Authors>Ramtin Jokar</Authors>
3838
<RepositoryType></RepositoryType>
3939
<RepositoryUrl>https://github.com/ramtinak/InstagramApiSharp/</RepositoryUrl>
4040
<PackageProjectUrl>https://github.com/ramtinak/InstagramApiSharp/</PackageProjectUrl>
41-
<PackageReleaseNotes>v1.4.0.0
41+
<PackageReleaseNotes>v1.5.0.0
42+
[Update] api version and signature key to v126.0.0.25.121
43+
[Update] Headers and constants
44+
[Update] GetUserTimelineFeedAsync, Constants and some others
45+
[Update] a lot of things related to login and other things
46+
[Add] SendRequestsBeforeLoginAsync to InstaApi
47+
[Add] SendRequestsAfterLoginAsync to InstaApi
48+
49+
v1.4.0.0
4250
- [Add] GetTopicalExploreFeedAsync to FeedProcessor (new explore page)
4351
Supports explore categories, ig tv videos
4452

0 commit comments

Comments
 (0)