Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Jun 28, 2022
2 parents cfc1f85 + da93d44 commit 0dfee3b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ may not exactly match a publicly released version.
marketplace, but will not have the prerelease string in the version number. For more
details, please see [Versioning Strategy](https://github.com/neo-project/neo-debugger#versioning-strategy)

## [3.5] - 2022-06-28

* Updated pre-release debugger release for Neo 3.3.1

## [3.4] - 2022-06-28

### Changed

* Updated production debugger release for Neo 3.3.1

## [3.3.29-preview] - 2022-03-16

### Changed
Expand Down
36 changes: 18 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,13 @@ Smart Contract Debugger.

|Neo Smart Contract Debugger Version|.NET Core Version|
|-----------------------------------|-----------------|
| v3.1 | [v6.0](https://dotnet.microsoft.com/download/dotnet/6.0) (for Neo N3 contracts) <br /> [v3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1) (for Neo Legacy Contracts) |
| v3.1 and later | [v6.0](https://dotnet.microsoft.com/download/dotnet/6.0) (for Neo N3 contracts) <br /> [v3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1) (for Neo Legacy Contracts) |
| v3.0 | [v5.0](https://dotnet.microsoft.com/download/dotnet/5.0) (for Neo N3 contracts) <br /> [v3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1) (for Neo Legacy Contracts) |
| v2.0 (unsupported) | [v5.0](https://dotnet.microsoft.com/download/dotnet/5.0) (for Neo N3 contracts) <br /> [v3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1) (for Neo Legacy Contracts) |
| v1.0 | [v3.1](https://dotnet.microsoft.com/download/dotnet/3.1) |
| v0.9 (unsupported) | [v3.0](https://dotnet.microsoft.com/download/dotnet/3.0) |
| v0.5 (unsupported) | [v2.2](https://dotnet.microsoft.com/download/dotnet/2.2) |

### Visual Studio

The Neo Smart Contract Debugger for Visual Studio is currently in preview.
To install it, download a recent release of neodebug-vs-{version}.vsix from
the [GitHub release](https://github.com/neo-project/neo-debugger/releases) page
to your local machine then double click on the file.

The Neo Smart Contract Debugger for Visual Studio requires Visual Studio 2019
Community, Professional or Enterprise. It has not been tested with Visual
Studio 2022 preview releases. Additionally, The Neo Smart Contract Debugger
for Visual Studio requires [.NET v5.0](https://dotnet.microsoft.com/download/dotnet/5.0)
in order to debug Neo N3 contracts as described above. Debugging Neo Legacy contracts
is not supported in the Neo Smart Contract Debugger for Visual Studio.

[Additional documentation](docs/visual-studio.md) on using The Neo Smart Contract Debugger
for Visual Studio is available.

### Visual Studio Code

The Neo Smart Contract Debugger for Visual Studio Code can be installed via the
Expand Down Expand Up @@ -106,6 +89,23 @@ artifact. The artifact is a zip file containing the debugger VSIX file, which ca
manually. For more information on installing VSIX extensions in VSCode, please see the
[official VSCode docs](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).

### Visual Studio

The Neo Smart Contract Debugger for Visual Studio is currently in preview.
To install it, download a recent release of neodebug-vs-{version}.vsix from
the [GitHub release](https://github.com/neo-project/neo-debugger/releases) page
to your local machine then double click on the file.

The Neo Smart Contract Debugger for Visual Studio requires Visual Studio 2019
Community, Professional or Enterprise. It has not been tested with Visual
Studio 2022 preview releases. Additionally, The Neo Smart Contract Debugger
for Visual Studio requires [.NET v5.0](https://dotnet.microsoft.com/download/dotnet/5.0)
in order to debug Neo N3 contracts as described above. Debugging Neo Legacy contracts
is not supported in the Neo Smart Contract Debugger for Visual Studio.

[Additional documentation](docs/visual-studio.md) on using The Neo Smart Contract Debugger
for Visual Studio is available.

## A Message from the Engineer

Thanks for checking out the Neo Smart Contract Debugger!
Expand Down
1 change: 0 additions & 1 deletion src/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"license": "MIT",
"publisher": "ngd-seattle",
"version": "0.0.0",
"preview": true,
"displayName": "Neo Smart Contract Debugger",
"description": "Debugger Extension for Neo Smart Contracts",
"icon": "neo-logo-256.png",
Expand Down

0 comments on commit 0dfee3b

Please sign in to comment.