Skip to content

Commit

Permalink
Preview4 (#430)
Browse files Browse the repository at this point in the history
* Preview4

* Remove syslog in README.md
  • Loading branch information
superboyiii authored Dec 18, 2020
1 parent e2db80a commit 78e30fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ The resulting folder structure is going to be like this:
### ApplicationLogs
Add this plugin to your application if need to access the log files. This can be useful to handle notifications, but remember that this also largely increases the space used by the application. `LevelDBStore` and `RpcServer` are also needed for this plugin. You can find more details [here](https://docs.neo.org/docs/en-us/reference/rpc/latest-version/api/getapplicationlog.html).

### SystemLog
Enable neo-cli Logging with timestamps by showing messages with different levels (shown with different colors) \(useful for debugging\).

### StatesDumper
Exports neo-cli status data \(useful for debugging\), such as storage modifications block by block.

Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>preview3</VersionSuffix>
<VersionSuffix>preview4</VersionSuffix>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Neo.Plugins</RootNamespace>
<Authors>The Neo Project</Authors>
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.0.0-CI01113" />
<PackageReference Include="Neo" Version="3.0.0-preview4" />
</ItemGroup>

</Project>

0 comments on commit 78e30fd

Please sign in to comment.