File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,9 @@ public Domain GetDomain(string domain)
298
298
/// Get a <see cref="JToken"/> from a url.
299
299
/// </summary>
300
300
/// <param name="uri">uri to fetch</param>
301
+ /// <param name="isLive">bool indicating if it's a live thread or not</param>
301
302
/// <returns></returns>
302
- public JToken GetToken ( Uri uri )
303
+ public JToken GetToken ( Uri uri , bool isLive = false )
303
304
{
304
305
var url = uri . AbsoluteUri ;
305
306
Original file line number Diff line number Diff line change 32
32
<ErrorReport >prompt</ErrorReport >
33
33
<WarningLevel >4</WarningLevel >
34
34
<Prefer32Bit >false</Prefer32Bit >
35
+ <DocumentationFile >bin\Release\RedditSharp.XML</DocumentationFile >
35
36
</PropertyGroup >
36
37
<PropertyGroup />
37
38
<ItemGroup >
Original file line number Diff line number Diff line change 25
25
</dependencies >
26
26
</metadata >
27
27
<files >
28
- <file src =" bin\Release\RedditSharp.dll" target =" lib\Net40" />
28
+ <file src =" bin\Release\RedditSharp.dll" target =" lib\Net45" />
29
+ <file src =" bin\Release\RedditSharp.pdb" target =" lib\Net45" />
30
+ <file src =" bin\Release\RedditSharp.xml" target =" lib\Net45" />
29
31
</files >
30
32
</package >
You can’t perform that action at this time.
0 commit comments