Skip to content

Commit 73b508c

Browse files
committed
v1.7.2
- [Update] TwoFactorLoginAsync ( thx to @@bman46 )
1 parent a54b940 commit 73b508c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ InstagramApiSharp's public version - Update date: September 19, 2021 - End Of Su
1616

1717
| Target | Branch | Version | Download link | Total downloads |
1818
| ------ | ------ | ------ | ------ | ------ |
19-
| 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) |
20-
| Release | master | v1.7.1 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
19+
| 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) |
20+
| Release | master | v1.7.2 | [![Release](http://s9.picofile.com/file/8353468992/releases.PNG)](https://github.com/ramtinak/InstagramApiSharp/releases/latest) | |
2121

2222
## Note
2323
This library is based on [InstaSharper](https://github.com/a-legotin/InstaSharper) with more features and new cool things.

src/InstagramApiSharp/InstagramApiSharp.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;uap10.0;net461</TargetFrameworks>
5-
<VersionPrefix>1.7.1</VersionPrefix>
5+
<VersionPrefix>1.7.2</VersionPrefix>
66
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
77
<AssemblyName>InstagramApiSharp</AssemblyName>
88
<PackageId>InstagramApiSharp</PackageId>
@@ -11,9 +11,9 @@
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>1.7.1.0</Version>
15-
<AssemblyVersion>1.7.1.0</AssemblyVersion>
16-
<FileVersion>1.7.1.0</FileVersion>
14+
<Version>1.7.2.0</Version>
15+
<AssemblyVersion>1.7.2.0</AssemblyVersion>
16+
<FileVersion>1.7.2.0</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.7.1
41+
<PackageReleaseNotes>v1.7.2
42+
- [Update] TwoFactorLoginAsync ( thx to @@bman46 )
43+
44+
v1.7.1
4245
- [Bugfix] for GetUserMediaAsync, GetUserMediaByIdAsync [ thx to @bynifaciy ]
4346
- [Bugfix] for GetUserAsync
4447
- [Bugfix] for GetDirectInboxThreadAsync

0 commit comments

Comments
 (0)