Skip to content

Commit

Permalink
v1.3.4.2
Browse files Browse the repository at this point in the history
- [Bugfix] for InstaRecentActivityConverter timestamp for different cultures [ by @estgold ]
- [Bugfix] for media products (thx to @tommasoceschia for report)
  • Loading branch information
ramtinak committed Feb 25, 2019
1 parent bc93e4e commit b0232a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Supports almost every features that Instagram app has!

| Target | Branch | Version | Download link | Total downloads |
| ------ | ------ | ------ | ------ | ------ |
| Nuget | master | v1.3.4.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) |
| Nuget | master | v1.3.4.2 | [![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) |

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

## Version changes
v1.3.4.2
- [Bugfix] for InstaRecentActivityConverter timestamp for different cultures [ by [@estgold](https://github.com/estgold) ]
- [Bugfix] for media products (thx to [@tommasoceschia](https://github.com/tommasoceschia) for report)

v1.3.4.1
- [Bugfix] for UploadStoryPhotoWithUrlAsync
- [Bugfix] for ProductTags (thx to [@tommasoceschia](https://github.com/tommasoceschia) for report)
Expand Down
12 changes: 8 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.3.4.1</Version>
<AssemblyVersion>1.3.4.1</AssemblyVersion>
<FileVersion>1.3.4.1</FileVersion>
<Version>1.3.4.2</Version>
<AssemblyVersion>1.3.4.2</AssemblyVersion>
<FileVersion>1.3.4.2</FileVersion>
<Description>An complete Private Instagram Api for .NET.


Expand All @@ -38,7 +38,11 @@ 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.3.4.1
<PackageReleaseNotes>v1.3.4.2
- [Bugfix] for InstaRecentActivityConverter timestamp for different cultures [ by @estgold ]
- [Bugfix] for media products (thx to @tommasoceschia for report)

v1.3.4.1
- [Bugfix] for UploadStoryPhotoWithUrlAsync
- [Bugfix] for ProductTags (thx to @tommasoceschia for report)
- [Add] some new properties to InstaProduct class
Expand Down

0 comments on commit b0232a5

Please sign in to comment.