File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ Task<IResult<object>>
107
107
Check [ Wiki pages] ( https://github.com/ramtinak/InstagramApiSharp/wiki ) for documentation.
108
108
109
109
## Version changes
110
+ v1.5.0.1
111
+ - [ Bugfix] for adding header
112
+
110
113
v1.5.0.0
111
114
- [ Update] api version and signature key to v126.0.0.25.121
112
115
- [ Update] Headers and constants
Original file line number Diff line number Diff line change 11
11
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
12
12
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
13
13
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
14
- <Version >1.5.0.0 </Version >
15
- <AssemblyVersion >1.5.0.0 </AssemblyVersion >
16
- <FileVersion >1.5.0.0 </FileVersion >
14
+ <Version >1.5.0.1 </Version >
15
+ <AssemblyVersion >1.5.0.1 </AssemblyVersion >
16
+ <FileVersion >1.5.0.1 </FileVersion >
17
17
<Description >A complete Private Instagram API for .NET.
18
18
19
19
@@ -38,7 +38,10 @@ 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.5.0.0
41
+ <PackageReleaseNotes >v1.5.0.1
42
+ - [Bugfix] for adding header
43
+
44
+ v1.5.0.0
42
45
[Update] api version and signature key to v126.0.0.25.121
43
46
[Update] Headers and constants
44
47
[Update] GetUserTimelineFeedAsync, Constants and some others
You can’t perform that action at this time.
0 commit comments