Skip to content

Commit 6c345cb

Browse files
committed
v1.5.0.1
- [Bugfix] for adding header
1 parent 9c943f0 commit 6c345cb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Task<IResult<object>>
107107
Check [Wiki pages](https://github.com/ramtinak/InstagramApiSharp/wiki) for documentation.
108108

109109
## Version changes
110+
v1.5.0.1
111+
- [Bugfix] for adding header
112+
110113
v1.5.0.0
111114
- [Update] api version and signature key to v126.0.0.25.121
112115
- [Update] Headers and constants

src/InstagramApiSharp/InstagramApiSharp.csproj

Lines changed: 7 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.5.0.0</Version>
15-
<AssemblyVersion>1.5.0.0</AssemblyVersion>
16-
<FileVersion>1.5.0.0</FileVersion>
14+
<Version>1.5.0.1</Version>
15+
<AssemblyVersion>1.5.0.1</AssemblyVersion>
16+
<FileVersion>1.5.0.1</FileVersion>
1717
<Description>A complete Private Instagram API for .NET.
1818

1919

@@ -38,7 +38,10 @@ 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.5.0.0
41+
<PackageReleaseNotes>v1.5.0.1
42+
- [Bugfix] for adding header
43+
44+
v1.5.0.0
4245
[Update] api version and signature key to v126.0.0.25.121
4346
[Update] Headers and constants
4447
[Update] GetUserTimelineFeedAsync, Constants and some others

0 commit comments

Comments
 (0)