From 9213f95f5e6386d095b022d968003d142c621a56 Mon Sep 17 00:00:00 2001 From: Harry Date: Tue, 28 Jun 2022 15:12:13 -0700 Subject: [PATCH 1/2] remove preview property for release branch --- src/extension/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extension/package.json b/src/extension/package.json index 88bc61b..356029b 100644 --- a/src/extension/package.json +++ b/src/extension/package.json @@ -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", From e484e287e500851c445e4210a6f6089e77ffd72e Mon Sep 17 00:00:00 2001 From: Harry Date: Tue, 28 Jun 2022 15:12:21 -0700 Subject: [PATCH 2/2] update readme + changelog --- CHANGELOG.md | 10 ++++++++++ readme.md | 36 ++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f8f12..aacaaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/readme.md b/readme.md index c6e1213..0acc1cc 100644 --- a/readme.md +++ b/readme.md @@ -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)
[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)
[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)
[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)
[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 @@ -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!