From 1d8fb9bef1ec1a1752991f1aa920a8a7acbd62fa Mon Sep 17 00:00:00 2001 From: Nemanja Mijailovic Date: Wed, 30 May 2018 16:43:19 +0200 Subject: [PATCH] Update dependencies and bump the version --- NoiseSocket/NoiseSocket.csproj | 4 ++-- README.md | 2 +- docs/api/Noise.NoiseSocket.html | 14 +++++++------- docs/index.html | 2 +- docs/manifest.json | 18 +++++++++--------- index.md | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/NoiseSocket/NoiseSocket.csproj b/NoiseSocket/NoiseSocket.csproj index bdf3659..798e659 100644 --- a/NoiseSocket/NoiseSocket.csproj +++ b/NoiseSocket/NoiseSocket.csproj @@ -6,7 +6,7 @@ true NoiseSocket.NET NoiseSocket.NET - 0.8.0-rc + 0.9.0 Nemanja Mijailovic https://github.com/Metalnem/noisesocket https://github.com/Metalnem/noisesocket @@ -19,7 +19,7 @@ - + diff --git a/README.md b/README.md index c5a849c..c637235 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,5 @@ ## Installation ``` -> dotnet add package NoiseSocket.NET --version 0.8.0-rc +> dotnet add package NoiseSocket.NET --version 0.9.0 ``` diff --git a/docs/api/Noise.NoiseSocket.html b/docs/api/Noise.NoiseSocket.html index a774236..d59ed94 100644 --- a/docs/api/Noise.NoiseSocket.html +++ b/docs/api/Noise.NoiseSocket.html @@ -415,7 +415,7 @@
Exceptions
Improve this Doc - View Source + View Source

Dispose()

@@ -432,7 +432,7 @@
Declaration
Improve this Doc - View Source + View Source

IgnoreHandshakeMessageAsync(CancellationToken)

@@ -514,7 +514,7 @@
Exceptions
Improve this Doc - View Source + View Source

ReadHandshakeMessageAsync(CancellationToken)

@@ -611,7 +611,7 @@
Exceptions
Improve this Doc - View Source + View Source

ReadMessageAsync(CancellationToken)

@@ -704,7 +704,7 @@
Exceptions
Improve this Doc - View Source + View Source

ReadNegotiationDataAsync(CancellationToken)

@@ -947,7 +947,7 @@
Exceptions
Improve this Doc - View Source + View Source

WriteEmptyHandshakeMessageAsync(Memory<Byte>, CancellationToken)

@@ -1154,7 +1154,7 @@
Exceptions
Improve this Doc - View Source + View Source

WriteMessageAsync(Memory<Byte>, UInt16, CancellationToken)

diff --git a/docs/index.html b/docs/index.html index b48d483..83bcb4b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -90,7 +90,7 @@

Samples

Switch protocol (using ordinary Socket)
Retry request (using NamedPipeClientStream and NamedPipeServerStream)

Installation

-
> dotnet add package NoiseSocket.NET --version 0.8.0-rc
+
> dotnet add package NoiseSocket.NET --version 0.9.0
 
diff --git a/docs/manifest.json b/docs/manifest.json index df8b201..a18f235 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -20,10 +20,10 @@ "output": { ".html": { "relative_path": "api/Noise.NoiseSocket.html", - "hash": "3Ud8jCdvuMuJODdZtI2Ltg==" + "hash": "Rh452no5MIynZzNAwDnQZQ==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -35,7 +35,7 @@ "hash": "EevRivoTmAYKv6fqRNeBwg==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -44,7 +44,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "niHl/4+b1el94q3TKoimsw==" + "hash": "DXR9onajFxjdY3KfBIrcUw==" } }, "is_incremental": false, @@ -58,6 +58,11 @@ "incrementalPhase": "build" }, "processors": { + "ResourceDocumentProcessor": { + "can_incremental": false, + "details": "Processor ResourceDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", + "incrementalPhase": "build" + }, "ConceptualDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build" @@ -66,11 +71,6 @@ "can_incremental": true, "incrementalPhase": "build" }, - "ResourceDocumentProcessor": { - "can_incremental": false, - "details": "Processor ResourceDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", - "incrementalPhase": "build" - }, "TocDocumentProcessor": { "can_incremental": false, "details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", diff --git a/index.md b/index.md index c76bf34..38678aa 100644 --- a/index.md +++ b/index.md @@ -44,5 +44,5 @@ title: NoiseSocket.NET ## Installation ``` -> dotnet add package NoiseSocket.NET --version 0.8.0-rc +> dotnet add package NoiseSocket.NET --version 0.9.0 ```