Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
- [Update] TwoFactorLoginAsync ( thx to @@bman46 )
  • Loading branch information
ramtinak committed Feb 28, 2022
1 parent a54b940 commit 73b508c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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) |
| Release | master | v1.7.1 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
| Nuget | master | v1.7.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) |
| Release | master | v1.7.2 | [![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.
Expand Down
13 changes: 8 additions & 5 deletions src/InstagramApiSharp/InstagramApiSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;uap10.0;net461</TargetFrameworks>
<VersionPrefix>1.7.1</VersionPrefix>
<VersionPrefix>1.7.2</VersionPrefix>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<AssemblyName>InstagramApiSharp</AssemblyName>
<PackageId>InstagramApiSharp</PackageId>
Expand All @@ -11,9 +11,9 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.7.1.0</Version>
<AssemblyVersion>1.7.1.0</AssemblyVersion>
<FileVersion>1.7.1.0</FileVersion>
<Version>1.7.2.0</Version>
<AssemblyVersion>1.7.2.0</AssemblyVersion>
<FileVersion>1.7.2.0</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.7.1
<PackageReleaseNotes>v1.7.2
- [Update] TwoFactorLoginAsync ( thx to @@bman46 )

v1.7.1
- [Bugfix] for GetUserMediaAsync, GetUserMediaByIdAsync [ thx to @bynifaciy ]
- [Bugfix] for GetUserAsync
- [Bugfix] for GetDirectInboxThreadAsync
Expand Down

0 comments on commit 73b508c

Please sign in to comment.