Skip to content

Commit

Permalink
Version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linvi committed Oct 5, 2020
1 parent 9fa84b3 commit 32502e2
Show file tree
Hide file tree
Showing 68 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion docs/dist/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: fc575802a4926c4a2ef10ea1d995f437
config: 5a675066408e1c2966fe0d09a56a430c
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 4 additions & 4 deletions docs/dist/_sources/account-activity/account-activity.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ If your project targets .NETCore version >= 3.0, your project will need to have
``` xml
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="TweetinviAPI" Version="5.0.0" />
<PackageReference Include="TweetinviAPI.AspNetPlugin" Version="5.0.0" />
<PackageReference Include="TweetinviAPI" Version="5.0.1" />
<PackageReference Include="TweetinviAPI.AspNetPlugin" Version="5.0.1" />
</ItemGroup>
```

Expand All @@ -87,8 +87,8 @@ If your project targets .NETCore version >= 3.0, your project will need to have

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="TweetinviAPI" Version="5.0.0" />
<PackageReference Include="TweetinviAPI.AspNetPlugin" Version="5.0.0" />
<PackageReference Include="TweetinviAPI" Version="5.0.1" />
<PackageReference Include="TweetinviAPI.AspNetPlugin" Version="5.0.1" />
</ItemGroup>

</Project>
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '5.0.0',
VERSION: '5.0.1',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/account-activity/account-activity-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Account Activity - Stream/Events &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Account Activity - Stream/Events &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Account Activity - Subscriptions &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Account Activity - Subscriptions &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Account Activity - AspNet &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Account Activity - AspNet &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Account Activity - HttpServer &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Account Activity - HttpServer &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
10 changes: 5 additions & 5 deletions docs/dist/account-activity/account-activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Account Activity &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Account Activity &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down Expand Up @@ -280,8 +280,8 @@ <h2>AspNetPlugin<a class="headerlink" href="#aspnetplugin" title="Permalink to t
<p>If your project targets .NETCore version &gt;= 3.0, your project will need to have a <code class="docutils literal notranslate"><span class="pre">FrameworkReference</span></code> into your dependencies <code class="docutils literal notranslate"><span class="pre">&lt;ItemGroup&gt;</span></code>, next to <code class="docutils literal notranslate"><span class="pre">PackageReference</span></code>.</p>
<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="nt">&lt;ItemGroup&gt;</span>
<span class="nt">&lt;FrameworkReference</span> <span class="na">Include=</span><span class="s">&quot;Microsoft.AspNetCore.App&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.0&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI.AspNetPlugin&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.0&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.1&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI.AspNetPlugin&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.1&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;/ItemGroup&gt;</span>
</pre></div>
</div>
Expand All @@ -296,8 +296,8 @@ <h2>AspNetPlugin<a class="headerlink" href="#aspnetplugin" title="Permalink to t

<span class="nt">&lt;ItemGroup&gt;</span>
<span class="nt">&lt;FrameworkReference</span> <span class="na">Include=</span><span class="s">&quot;Microsoft.AspNetCore.App&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.0&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI.AspNetPlugin&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.0&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.1&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;PackageReference</span> <span class="na">Include=</span><span class="s">&quot;TweetinviAPI.AspNetPlugin&quot;</span> <span class="na">Version=</span><span class="s">&quot;5.0.1&quot;</span> <span class="nt">/&gt;</span>
<span class="nt">&lt;/ItemGroup&gt;</span>

<span class="nt">&lt;/Project&gt;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/authentication/authentication-pin-code.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>PIN based Authentication &mdash; Tweetinvi 5.0.0 documentation</title>
<title>PIN based Authentication &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/authentication/authentication-url-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>URL Redirect Authentication &mdash; Tweetinvi 5.0.0 documentation</title>
<title>URL Redirect Authentication &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/authentication/authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Introduction to Authentication &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Introduction to Authentication &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/credentials/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Credentials &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Credentials &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/credentials/rate-limits-handlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Rate Limits Handlers &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Rate Limits Handlers &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/credentials/rate-limits.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Rate Limits API &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Rate Limits API &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Index &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Tweetinvi 5.0 &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Tweetinvi 5.0 &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/intro/basic-concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Basic Concepts &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Basic Concepts &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/intro/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Getting Started &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Getting Started &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/exceptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Exceptions &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Exceptions &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/extended-tweets.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Extended Tweets &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Extended Tweets &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Help and Feedback &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Help and Feedback &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>License &mdash; Tweetinvi 5.0.0 documentation</title>
<title>License &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/parameters-validators.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Parameters Validators &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Parameters Validators &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Releases &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Releases &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/tweetinvi-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Tweetinvi Container &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Tweetinvi Container &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/more/twitter-labs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Twitter Labs &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Twitter Labs &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Search &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/streams/filtered-stream-filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Filtered Stream - Filters &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Filtered Stream - Filters &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/streams/filtered-stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Filtered Streams &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Filtered Streams &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/streams/labs-filtered-stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Labs Filtered Stream &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Labs Filtered Stream &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/streams/labs-sample-stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Labs Sample Stream &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Labs Sample Stream &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/streams/sample-stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Sample Stream &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Sample Stream &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/streams/streams-introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Streams Introduction &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Streams Introduction &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/streams/tweet-stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Tweet Stream &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Tweet Stream &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/twitter-api-v1.1/direct-api-calls.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Direct API calls &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Direct API calls &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/twitter-api-v1.1/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Help &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Help &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/twitter-api-v1.1/iterators.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Iterators &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Iterators &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/twitter-api-v1.1/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Lists &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Lists &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/twitter-api-v1.1/messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Messages &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Messages &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/twitter-api-v1.1/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Search &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/dist/twitter-api-v1.1/timelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Timelines &mdash; Tweetinvi 5.0.0 documentation</title>
<title>Timelines &mdash; Tweetinvi 5.0.1 documentation</title>



Expand Down
Loading

0 comments on commit 32502e2

Please sign in to comment.