Neo N3 RC3 - Release 2.0.39-preview
Pre-release
Pre-release
github-actions
released this
15 Jun 22:51
·
294 commits
to master
since this release
This release updates Neo Express for Neo N3 RC3. The following changes were made since the last release:
Added
- contract invoke --results needs a mechanism to specify signers (#147)
Changes
- Contract invoke should check to ensure either account or --results is specified (#145)
Engineering Systems
- Updated GitHub + Azure DevOps yaml files (#145)
- Updated to BlockchainToolkit3 Version 1.0.51-preview
Note, as of Neo 3 preview 5, the Neo 3 project has updated to use .NET 5.0. As such, this version of neo-express requires .NET 5.0. Neo 2 compatible versions of neo-express will continue to use .NET Core 3.1.
This release of Neo Express directly from NuGet.org by executing the following command at a terminal prompt. Note, the --version
option is required since this is a preview release
> dotnet tool install -g Neo.Express --version 2.0.39-preview
Note, you can install any pre-release of Neo Express directly from the build server NuGet feed by executing the following command at a terminal prompt.
> dotnet tool install -g Neo.Express --add-source https://pkgs.dev.azure.com/ngdenterprise/Build/_packaging/public/nuget/v3/index.json --version <insert desired version here>