Skip to content

Commit

Permalink
v1.5.0.1
Browse files Browse the repository at this point in the history
- [Bugfix] for adding header
  • Loading branch information
ramtinak committed Feb 25, 2020
1 parent 9c943f0 commit 6c345cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Task<IResult<object>>
Check [Wiki pages](https://github.com/ramtinak/InstagramApiSharp/wiki) for documentation.

## Version changes
v1.5.0.1
- [Bugfix] for adding header

v1.5.0.0
- [Update] api version and signature key to v126.0.0.25.121
- [Update] Headers and constants
Expand Down
11 changes: 7 additions & 4 deletions src/InstagramApiSharp/InstagramApiSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.1</Version>
<AssemblyVersion>1.5.0.1</AssemblyVersion>
<FileVersion>1.5.0.1</FileVersion>
<Description>A complete Private Instagram API for .NET.


Expand All @@ -38,7 +38,10 @@ 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.5.0.0
<PackageReleaseNotes>v1.5.0.1
- [Bugfix] for adding header

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
Expand Down

0 comments on commit 6c345cb

Please sign in to comment.