Skip to content

Commit

Permalink
Update dependencies and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalnem committed May 30, 2018
1 parent 475b300 commit 4279cfa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Noise/Noise.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>Noise.NET</PackageId>
<Title>Noise.NET</Title>
<PackageVersion>0.9.8-rc</PackageVersion>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Nemanja Mijailovic</Authors>
<PackageProjectUrl>https://github.com/Metalnem/noise</PackageProjectUrl>
<RepositoryUrl>https://github.com/Metalnem/noise</RepositoryUrl>
Expand All @@ -20,8 +20,8 @@

<ItemGroup>
<PackageReference Include="libsodium" Version="1.0.16" />
<PackageReference Include="System.Buffers" Version="4.5.0-rc1" />
<PackageReference Include="System.Memory" Version="4.5.0-rc1" />
<PackageReference Include="System.Buffers" Version="4.5.0" />
<PackageReference Include="System.Memory" Version="4.5.0" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2 id="usage">Usage</h2>
<p>See <a href="https://github.com/Metalnem/noise/tree/master/Noise.Examples">Noise.Examples</a>
for the complete example.</p>
<h2 id="installation">Installation</h2>
<pre><code>&gt; dotnet add package Noise.NET --version 0.9.8-rc
<pre><code>&gt; dotnet add package Noise.NET --version 1.0.0
</code></pre>
</article>
</div>
Expand Down
22 changes: 11 additions & 11 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"hash": "wUnJPR0qrmQcBx90Rzlg7A=="
}
},
"is_incremental": false,
"is_incremental": true,
"version": ""
},
{
Expand Down Expand Up @@ -131,7 +131,7 @@
"hash": "YSCcflaUGh0j93212oGf7w=="
}
},
"is_incremental": false,
"is_incremental": true,
"version": ""
},
{
Expand All @@ -143,7 +143,7 @@
"hash": "+PwF7Ze27xUxKQRNemBDwA=="
}
},
"is_incremental": false,
"is_incremental": true,
"version": ""
},
{
Expand All @@ -167,7 +167,7 @@
"hash": "kO+puOFd2NGaoBUeyUNcaA=="
}
},
"is_incremental": false,
"is_incremental": true,
"version": ""
},
{
Expand All @@ -179,7 +179,7 @@
"hash": "RiuTzyoQxsW8dWzUvs2X+A=="
}
},
"is_incremental": false,
"is_incremental": true,
"version": ""
},
{
Expand All @@ -188,7 +188,7 @@
"output": {
".html": {
"relative_path": "index.html",
"hash": "cbs0Q336z93wg8Xy72jbcQ=="
"hash": "kDOv/mR9yQZhoAIdusTE+Q=="
}
},
"is_incremental": false,
Expand All @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 4279cfa

Please sign in to comment.