From 7df6cead4af04c6a0b5c2510943ee4131db8b442 Mon Sep 17 00:00:00 2001 From: Nemanja Mijailovic Date: Tue, 8 May 2018 20:02:16 +0200 Subject: [PATCH] Bump the version --- NoiseSocket/NoiseSocket.csproj | 2 +- README.md | 2 +- docs/api/Noise.NoiseSocket.html | 28 ++++++++++++++-------------- docs/index.html | 2 +- docs/manifest.json | 18 +++++++++--------- index.md | 2 +- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/NoiseSocket/NoiseSocket.csproj b/NoiseSocket/NoiseSocket.csproj index d96f521..c84cce9 100644 --- a/NoiseSocket/NoiseSocket.csproj +++ b/NoiseSocket/NoiseSocket.csproj @@ -6,7 +6,7 @@ true NoiseSocket.NET NoiseSocket.NET - 0.4.0-preview + 0.7.0-rc Nemanja Mijailovic https://github.com/Metalnem/noisesocket https://github.com/Metalnem/noisesocket diff --git a/README.md b/README.md index f6e8c0c..d4157c2 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,5 @@ ## Installation ``` -> dotnet add package NoiseSocket.NET --version 0.4.0-preview +> dotnet add package NoiseSocket.NET --version 0.7.0-rc ``` diff --git a/docs/api/Noise.NoiseSocket.html b/docs/api/Noise.NoiseSocket.html index c031913..bf069af 100644 --- a/docs/api/Noise.NoiseSocket.html +++ b/docs/api/Noise.NoiseSocket.html @@ -151,7 +151,7 @@

Constructors Improve this Doc - View Source + View Source

NoiseSocket(Protocol, ProtocolConfig, Stream, Boolean)

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

NoiseSocket(Stream, Boolean)

@@ -285,7 +285,7 @@

Properties Improve this Doc - View Source + View Source

HandshakeHash

@@ -336,7 +336,7 @@

Methods Improve this Doc - View Source + View Source

Accept(Protocol, ProtocolConfig)

@@ -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)

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

ReadMessageAsync(CancellationToken)

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

ReadNegotiationDataAsync(CancellationToken)

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

Retry(Protocol, ProtocolConfig)

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

Switch(Protocol, ProtocolConfig)

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

WriteEmptyHandshakeMessageAsync(Memory<Byte>, CancellationToken)

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

WriteHandshakeMessageAsync(Memory<Byte>, Memory<Byte>, UInt16, CancellationToken)

@@ -1151,7 +1151,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 c37319e..a7bd581 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.4.0-preview
+
> dotnet add package NoiseSocket.NET --version 0.7.0-rc
 
diff --git a/docs/manifest.json b/docs/manifest.json index d5ff7cc..5672aa0 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -20,10 +20,10 @@ "output": { ".html": { "relative_path": "api/Noise.NoiseSocket.html", - "hash": "WlDaDMf97CCbgLwHwk162w==" + "hash": "2A3zFiwZwlWv2+5eZBn7Bg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -35,7 +35,7 @@ "hash": "EevRivoTmAYKv6fqRNeBwg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -44,7 +44,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "I/lZpNq1Cm4l0hongoBwzQ==" + "hash": "hIE1VqOnRl8fzkjtc6vX7w==" } }, "is_incremental": false, @@ -63,11 +63,6 @@ "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.", - "incrementalPhase": "build" - }, "ConceptualDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build" @@ -75,6 +70,11 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build" + }, + "TocDocumentProcessor": { + "can_incremental": false, + "details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", + "incrementalPhase": "build" } } }, diff --git a/index.md b/index.md index aea077a..efaffc0 100644 --- a/index.md +++ b/index.md @@ -44,5 +44,5 @@ title: NoiseSocket.NET ## Installation ``` -> dotnet add package NoiseSocket.NET --version 0.4.0-preview +> dotnet add package NoiseSocket.NET --version 0.7.0-rc ```