From 81808bd4adce248faea1c3c8a04d96e002490530 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 1 Aug 2019 14:36:43 -0300 Subject: [PATCH] Update version --- .../RateLimiter.Example.csproj | 4 +- RateLimiter.Example/packages.config | 2 +- RateLimiter.Tests/RateLimiter.Tests.csproj | 4 +- RateLimiter/RateLimiter.csproj | 8 +-- ...eLimiter.AwaitableConstraintExtension.html | 8 +-- ...er.CountByIntervalAwaitableConstraint.html | 28 ++++----- .../api/RateLimiter.IAwaitableConstraint.html | 12 ++-- docs/api/RateLimiter.LimitedSizeStack-1.html | 12 ++-- ...entCountByIntervalAwaitableConstraint.html | 12 ++-- docs/api/RateLimiter.TimeLimiter.html | 60 +++++++++---------- docs/index.html | 2 +- docs/manifest.json | 28 ++++----- 12 files changed, 90 insertions(+), 90 deletions(-) diff --git a/RateLimiter.Example/RateLimiter.Example.csproj b/RateLimiter.Example/RateLimiter.Example.csproj index 64c2c0d..8c91eb5 100644 --- a/RateLimiter.Example/RateLimiter.Example.csproj +++ b/RateLimiter.Example/RateLimiter.Example.csproj @@ -33,8 +33,8 @@ 4 - - ..\packages\ComposableAsync.Core.1.0.3\lib\net472\ComposableAsync.Core.dll + + ..\packages\ComposableAsync.Core.1.1.0\lib\net472\ComposableAsync.Core.dll ..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll diff --git a/RateLimiter.Example/packages.config b/RateLimiter.Example/packages.config index d1a3aed..e91121e 100644 --- a/RateLimiter.Example/packages.config +++ b/RateLimiter.Example/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/RateLimiter.Tests/RateLimiter.Tests.csproj b/RateLimiter.Tests/RateLimiter.Tests.csproj index 9bec9e3..b7b7bab 100644 --- a/RateLimiter.Tests/RateLimiter.Tests.csproj +++ b/RateLimiter.Tests/RateLimiter.Tests.csproj @@ -7,8 +7,8 @@ - - + + 5.6.0 diff --git a/RateLimiter/RateLimiter.csproj b/RateLimiter/RateLimiter.csproj index 9a2ca8f..5c4d2f8 100644 --- a/RateLimiter/RateLimiter.csproj +++ b/RateLimiter/RateLimiter.csproj @@ -7,7 +7,7 @@ RateLimiter RateLimiter David Desmaisons - 2.0.0 + 2.1.0 https://github.com/David-Desmaisons/RateLimiter https://github.com/David-Desmaisons/RateLimiter/blob/master/LICENSE @@ -22,13 +22,13 @@ Features: RateLimiter true Asynchronous, Task, Rate limiting - 2.0.0.0 - 2.0.0.0 + 2.1.0.0 + 2.1.0.0 .NET Standard support - + diff --git a/docs/api/RateLimiter.AwaitableConstraintExtension.html b/docs/api/RateLimiter.AwaitableConstraintExtension.html index b46e268..f8e23f0 100644 --- a/docs/api/RateLimiter.AwaitableConstraintExtension.html +++ b/docs/api/RateLimiter.AwaitableConstraintExtension.html @@ -119,10 +119,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

Compose(IAwaitableConstraint, IAwaitableConstraint)

@@ -178,10 +178,10 @@
Returns
diff --git a/docs/api/RateLimiter.CountByIntervalAwaitableConstraint.html b/docs/api/RateLimiter.CountByIntervalAwaitableConstraint.html index 33f2a76..ff235c0 100644 --- a/docs/api/RateLimiter.CountByIntervalAwaitableConstraint.html +++ b/docs/api/RateLimiter.CountByIntervalAwaitableConstraint.html @@ -124,10 +124,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

CountByIntervalAwaitableConstraint(Int32, TimeSpan)

@@ -164,10 +164,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

_TimeStamps

@@ -195,10 +195,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TimeStamps

@@ -228,10 +228,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

Clone()

@@ -259,10 +259,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

OnEnded(DateTime)

@@ -292,10 +292,10 @@
Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

WaitForReadiness(CancellationToken)

@@ -356,10 +356,10 @@

Extension Methods

diff --git a/docs/api/RateLimiter.IAwaitableConstraint.html b/docs/api/RateLimiter.IAwaitableConstraint.html index 818fd5a..e63d12b 100644 --- a/docs/api/RateLimiter.IAwaitableConstraint.html +++ b/docs/api/RateLimiter.IAwaitableConstraint.html @@ -90,10 +90,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

Clone()

@@ -121,10 +121,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

WaitForReadiness(CancellationToken)

@@ -181,10 +181,10 @@

Extension Methods

diff --git a/docs/api/RateLimiter.LimitedSizeStack-1.html b/docs/api/RateLimiter.LimitedSizeStack-1.html index 49b7ff1..d6234a3 100644 --- a/docs/api/RateLimiter.LimitedSizeStack-1.html +++ b/docs/api/RateLimiter.LimitedSizeStack-1.html @@ -236,10 +236,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

LimitedSizeStack(Int32)

@@ -271,10 +271,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

Push(T)

@@ -332,10 +332,10 @@

Implements

diff --git a/docs/api/RateLimiter.PersistentCountByIntervalAwaitableConstraint.html b/docs/api/RateLimiter.PersistentCountByIntervalAwaitableConstraint.html index 4360283..e0ae08c 100644 --- a/docs/api/RateLimiter.PersistentCountByIntervalAwaitableConstraint.html +++ b/docs/api/RateLimiter.PersistentCountByIntervalAwaitableConstraint.html @@ -136,10 +136,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

PersistentCountByIntervalAwaitableConstraint(Int32, TimeSpan, Action<DateTime>, IEnumerable<DateTime>)

@@ -190,10 +190,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

OnEnded(DateTime)

@@ -239,10 +239,10 @@

Extension Methods

diff --git a/docs/api/RateLimiter.TimeLimiter.html b/docs/api/RateLimiter.TimeLimiter.html index c419e67..f541998 100644 --- a/docs/api/RateLimiter.TimeLimiter.html +++ b/docs/api/RateLimiter.TimeLimiter.html @@ -123,10 +123,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

Clone()

@@ -153,10 +153,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

Compose(IAwaitableConstraint[])

@@ -201,10 +201,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

Dispatch(Action)

@@ -234,10 +234,10 @@
Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue(Action)

@@ -282,10 +282,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue(Action, CancellationToken)

@@ -335,10 +335,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue(Func<Task>)

@@ -384,10 +384,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue(Func<Task>, CancellationToken)

@@ -437,10 +437,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue<T>(Func<T>)

@@ -501,10 +501,10 @@
Type Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue<T>(Func<T>, CancellationToken)

@@ -570,10 +570,10 @@
Type Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue<T>(Func<Task<T>>)

@@ -634,10 +634,10 @@
Type Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

Enqueue<T>(Func<Task<T>>, CancellationToken)

@@ -703,10 +703,10 @@
Type Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

GetFromMaxCountByInterval(Int32, TimeSpan)

@@ -757,10 +757,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

GetPersistentTimeLimiter(Int32, TimeSpan, Action<DateTime>)

@@ -819,10 +819,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

GetPersistentTimeLimiter(Int32, TimeSpan, Action<DateTime>, IEnumerable<DateTime>)

@@ -897,10 +897,10 @@

Implements

diff --git a/docs/index.html b/docs/index.html index c9d4fef..484666d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -185,7 +185,7 @@

Composed

diff --git a/docs/manifest.json b/docs/manifest.json index 0b3e274..ca66828 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -9,7 +9,7 @@ "output": { ".html": { "relative_path": "api/RateLimiter.AwaitableConstraintExtension.html", - "hash": "wyV9gZRyDzJqUpPLyuF27g==" + "hash": "qamy3gu8gYSwElUGqi3jfw==" } }, "is_incremental": false, @@ -21,7 +21,7 @@ "output": { ".html": { "relative_path": "api/RateLimiter.CountByIntervalAwaitableConstraint.html", - "hash": "XERq2lo/yMHyc2HM+5w4LA==" + "hash": "kWCoh1px4BcIeURMjz+8ew==" } }, "is_incremental": false, @@ -33,7 +33,7 @@ "output": { ".html": { "relative_path": "api/RateLimiter.IAwaitableConstraint.html", - "hash": "1K/UcgLmISpPoA6YnwTVqw==" + "hash": "AnSXsRNyDi9/TUDwNsEk5A==" } }, "is_incremental": false, @@ -45,7 +45,7 @@ "output": { ".html": { "relative_path": "api/RateLimiter.LimitedSizeStack-1.html", - "hash": "qgTkX6xEHByU4st9VeeowQ==" + "hash": "vc+xJqlotWcr/AeJ1tVISw==" } }, "is_incremental": false, @@ -57,7 +57,7 @@ "output": { ".html": { "relative_path": "api/RateLimiter.PersistentCountByIntervalAwaitableConstraint.html", - "hash": "YYIEGiPnX5sStBJPxKxBlA==" + "hash": "AJULfF8xlSxGpa5IQQn17g==" } }, "is_incremental": false, @@ -69,7 +69,7 @@ "output": { ".html": { "relative_path": "api/RateLimiter.TimeLimiter.html", - "hash": "13HjyetkZrAhUcPyrTqdCQ==" + "hash": "wY2r0yMqaKw07MiXzXmAYA==" } }, "is_incremental": false, @@ -105,7 +105,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "V7MnTcg852aoyl40fEC7vw==" + "hash": "aRcqyU2VkRUtcXn78e3CmQ==" } }, "is_incremental": false, @@ -138,13 +138,6 @@ "full_build_reason_code": "ForceRebuild" }, "processors": { - "TocDocumentProcessor": { - "can_incremental": false, - "details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", - "incrementalPhase": "build", - "total_file_count": 0, - "skipped_file_count": 0 - }, "ConceptualDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", @@ -156,6 +149,13 @@ "incrementalPhase": "build", "total_file_count": 7, "skipped_file_count": 0 + }, + "TocDocumentProcessor": { + "can_incremental": false, + "details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", + "incrementalPhase": "build", + "total_file_count": 0, + "skipped_file_count": 0 } } },