From 18af1efa74c3f20b3d752fff65b2dc3dd6787756 Mon Sep 17 00:00:00 2001 From: ramtinak Date: Fri, 7 Oct 2022 16:25:59 +0330 Subject: [PATCH] v1.7.4 release [ Public Version ] - [Bugfix] for ChangePasswordAsync ( thx to @behi1ty for report ) - [Add] checkpoint required error ( thx to @bman46 ) - [Update] GenerateUploadId - [Update] GetUserMedia... URI - [Tiny update] for ChallengeLoginInfo/TwoFactorLoginInfo --- README.md | 4 ++-- src/InstagramApiSharp/InstagramApiSharp.csproj | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e222e050..6a2b8bac 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ InstagramApiSharp's public version - Update date: September 19, 2021 - End Of Su | Target | Branch | Version | Download link | Total downloads | | ------ | ------ | ------ | ------ | ------ | -| Nuget | master | v1.7.3 | [![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) | -| Release | master | v1.7.3 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | | +| Nuget | master | v1.7.4 | [![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) | +| Release | master | v1.7.4 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | | ## Note This library is based on [InstaSharper](https://github.com/a-legotin/InstaSharper) with more features and new cool things. diff --git a/src/InstagramApiSharp/InstagramApiSharp.csproj b/src/InstagramApiSharp/InstagramApiSharp.csproj index 99246bc6..6e2507c2 100644 --- a/src/InstagramApiSharp/InstagramApiSharp.csproj +++ b/src/InstagramApiSharp/InstagramApiSharp.csproj @@ -42,6 +42,7 @@ See example projects and wiki pages to find out how this library works.