Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-legotin committed Nov 5, 2017
1 parent 94fba9d commit 6deae43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
7 changes: 4 additions & 3 deletions InstaSharper/InstaSharper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.2.6</Version>
<AssemblyVersion>1.2.6</AssemblyVersion>
<FileVersion>1.2.6</FileVersion>
<Version>1.3.0</Version>
<AssemblyVersion>1.3.0</AssemblyVersion>
<FileVersion>1.3.0</FileVersion>
<Description>Private API for Instagram</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion InstaSharper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// associated with an assembly.

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("CodeGarage")]
[assembly: AssemblyProduct("InstaSharper")]
[assembly: AssemblyTrademark("")]

Expand Down
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Note that: there is a simple [Instagram API](https://github.com/a-legotin/Instag
[![Telegram chat](https://img.shields.io/badge/telegram-channel-blue.svg)](https://t.me/instasharper)
[![GitHub stars](https://img.shields.io/github/stars/a-legotin/InstaSharper.svg)](https://github.com/a-legotin/InstaSharper/stargazers)

#### Current version: 1.2.6 [Stable], 1.3.0 [Under development]
#### Current version: 1.3.0 [Stable], 1.3.1 [Under development]

## Overview
This project intends to provide all the features available in the Instagram API up to v10.15.0. It is being developed in C# for .NET Framework 4.5.2 and .NET Standart 1.6
This project intends to provide all the features available in the Instagram API up to 12.0.0.7.91. It is being developed in C# for .NET Framework 4.5.2 and .NET Standart 2.0
#### This repository is provided for reference purposes only.

* Please note that this project is still in design and development phase; the libraries may suffer major changes even at the interface level, so don't rely (yet) in this software for production uses. *
Expand All @@ -29,12 +29,6 @@ Currently the library supports following coverage of the following Instagram API

***

- [x] - ready to use in latest stable version
- [ ] - under development
* - will be implemented at some point

***

- [x] Login
- [x] Logout
- [x] Get user explore feed
Expand Down Expand Up @@ -68,17 +62,7 @@ Currently the library supports following coverage of the following Instagram API
- [x] Delete media (photo/video)
- [x] Upload story (photo)
- [x] Change password
- [ ] Send direct message


* Upload video
* Get user list autocomplete
* Register new user
* Get megaphone log
* Explore feed
* Get full account backup
* Edit media
* Share media
- [x] Send direct message

###### for more details please check [Project roadmap](https://github.com/a-legotin/InstaSharper/wiki/Project-roadmap/_edit)

Expand Down

0 comments on commit 6deae43

Please sign in to comment.