11
11
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
12
12
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
13
13
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
14
- <Version >1.3.3.0 </Version >
15
- <AssemblyVersion >1.3.3.0 </AssemblyVersion >
16
- <FileVersion >1.3.3.0 </FileVersion >
14
+ <Version >1.3.3.1 </Version >
15
+ <AssemblyVersion >1.3.3.1 </AssemblyVersion >
16
+ <FileVersion >1.3.3.1 </FileVersion >
17
17
<Description >An complete Private Instagram Api for .NET.
18
18
19
19
@@ -38,7 +38,14 @@ See example projects and wiki pages to find out how this library works.</Descrip
38
38
<RepositoryType ></RepositoryType >
39
39
<RepositoryUrl >https://github.com/ramtinak/InstagramApiSharp/</RepositoryUrl >
40
40
<PackageProjectUrl >https://github.com/ramtinak/InstagramApiSharp/</PackageProjectUrl >
41
- <PackageReleaseNotes >v1.3.3.0
41
+ <PackageReleaseNotes >v1.3.3.1
42
+ - [Add] ShareMediaAsStoryAsync to StoryProcessor
43
+ - [Add] HasViewerSaved property to InstaMedia
44
+ - [Add] converters for all live broadcast classes
45
+ - [Add] pagination to GetDiscoverTopLiveAsync
46
+ - [Add] LoginWithFacebookAsync to IInstaApi
47
+
48
+ v1.3.3.0
42
49
- [Bugfix] for followers and followings get functions
43
50
- [Bugfix] for SendGetRequestAsync
44
51
- [Bugfix] for GetTopHashtagMediaListAsync (thx to @huseyinkarael for report)
@@ -148,37 +155,7 @@ v1.3.0.0
148
155
- [Add] BlockUserCommentingAsync to CommentProcessor
149
156
- [Add] UnblockUserCommentingAsync to CommentProcessor
150
157
- [Add] GetBlockedCommentersAsync to CommentProcessor
151
- - [Update] FriendshipStatus property in GetUserAsync
152
-
153
- v1.2.0.1
154
- - [Bugfix] for recent activities return following activities
155
-
156
- v1.2.0
157
- - [Add] ISessionHandler for save/load session to IInstaApiBuilder (thx to @estgold for PR)
158
- - [Bugfix] for GetSecuritySettingsInfoAsync
159
- - [Add] GetBlockedUsersAsync to UserProcessor
160
- - [Add] SwitchToPersonalAccountAsync to AccountProcessor
161
- - [Add] SetHttpRequestProccesor in IInstaApiBuilder (thx to @estgold for PR)
162
- - [Add] GetRecoveryOptionsAsync to IInstaApi
163
- - [Bugfix] for VerifyCodeForChallengeRequireAsync
164
- - [Rename] GetBlockedStorySharingUsersStory to GetBlockedUsersFromStoriesAsync
165
- - [Add] voice message support to direct thread item (Api version v74 or newer is required)
166
- - [Add] animated image (gif) message support to direct thread item (Api version v74 or newer is required)
167
-
168
- v1.1.6.2
169
- - [Update] A change in builder to made it IoC/DI compatible
170
-
171
- v1.1.6.1
172
- - [Bugfix] for GetFollowingRecentActivityFeedAsync pagination [now works correctly]
173
- - [Add] new UploadAlbumAsync (check #95 issue)
174
- - [Add] GetBlockedMediasAsync to MediaProcessor
175
- - [Add] GetMediaByIdsAsync to MediaProcessor for getting multiple medias
176
-
177
- v1.1.6.0
178
- - [Bugfix] for GetFollowingRecentActivityFeedAsync pagination
179
- - [Add] InstaImageUpload class (use this for uploading photo/album from now)
180
- - [Add] User tags support to UploadAlbumAsync (see album wiki page)
181
- - [Update] UploadPhotoAsync (you should use InstaImageUpload instead)</PackageReleaseNotes >
158
+ - [Update] FriendshipStatus property in GetUserAsync</PackageReleaseNotes >
182
159
<Copyright >Ramtin Jokar</Copyright >
183
160
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
184
161
<PackageTags >C#, Instagram, Insta, Client, Sharp, InstagramApiSharp, Client, Api, media, video, album, photo, igtv</PackageTags >
0 commit comments