diff --git a/Noise/Noise.csproj b/Noise/Noise.csproj index 33bbb1f..5ff9118 100644 --- a/Noise/Noise.csproj +++ b/Noise/Noise.csproj @@ -6,7 +6,7 @@ true Noise.NET Noise.NET - 0.9.8-rc + 1.0.0 Nemanja Mijailovic https://github.com/Metalnem/noise https://github.com/Metalnem/noise @@ -20,8 +20,8 @@ - - + + diff --git a/README.md b/README.md index cb45d4b..a081e6f 100644 --- a/README.md +++ b/README.md @@ -73,5 +73,5 @@ for the complete example. ## Installation ``` -> dotnet add package Noise.NET --version 0.9.8-rc +> dotnet add package Noise.NET --version 1.0.0 ``` diff --git a/docs/index.html b/docs/index.html index ad71c47..bed6065 100644 --- a/docs/index.html +++ b/docs/index.html @@ -129,7 +129,7 @@

Usage

See Noise.Examples for the complete example.

Installation

-
> dotnet add package Noise.NET --version 0.9.8-rc
+
> dotnet add package Noise.NET --version 1.0.0
 
diff --git a/docs/manifest.json b/docs/manifest.json index d093510..ebb1ce5 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -59,7 +59,7 @@ "hash": "wUnJPR0qrmQcBx90Rzlg7A==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -131,7 +131,7 @@ "hash": "YSCcflaUGh0j93212oGf7w==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -143,7 +143,7 @@ "hash": "+PwF7Ze27xUxKQRNemBDwA==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -167,7 +167,7 @@ "hash": "kO+puOFd2NGaoBUeyUNcaA==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -179,7 +179,7 @@ "hash": "RiuTzyoQxsW8dWzUvs2X+A==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -188,7 +188,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "cbs0Q336z93wg8Xy72jbcQ==" + "hash": "kDOv/mR9yQZhoAIdusTE+Q==" } }, "is_incremental": false, @@ -207,17 +207,17 @@ "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.", + "ConceptualDocumentProcessor": { + "can_incremental": true, "incrementalPhase": "build" }, "ManagedReferenceDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build" }, - "ConceptualDocumentProcessor": { - "can_incremental": true, + "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 dadbabf..2ed556c 100644 --- a/index.md +++ b/index.md @@ -77,5 +77,5 @@ for the complete example. ## Installation ``` -> dotnet add package Noise.NET --version 0.9.8-rc +> dotnet add package Noise.NET --version 1.0.0 ```