diff --git a/Directory.Build.props b/Directory.Build.props index aa3ea4f8..49a5c136 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - 3.4.231 + 3.4.240 all diff --git a/src/adapter3/neodebug-3-adapter.csproj b/src/adapter3/neodebug-3-adapter.csproj index 5e23ec91..24bd8157 100644 --- a/src/adapter3/neodebug-3-adapter.csproj +++ b/src/adapter3/neodebug-3-adapter.csproj @@ -16,9 +16,9 @@ - - - + + + diff --git a/src/extension/CHANGELOG.md b/src/extension/CHANGELOG.md index 4d3718f5..7d74d4f5 100644 --- a/src/extension/CHANGELOG.md +++ b/src/extension/CHANGELOG.md @@ -13,11 +13,16 @@ will not have contiguous patch numbers. Initial major and minor releases will be in this file without a patch number. Patch version will be included for bug fix releases, but may not exactly match a publicly released version. -## [3.0.5] - 2021-10-12 +## [3.0.6] - 2021-10-12 ### Changed -* Update dependencies for Neo 3.0.3 release +* Update dependencies + * Microsoft.VisualStudio.Shared.VsCodeDebugProtocol 17.0.50801.1 + * Neo 3.0.3 + * Neo.BlockchainToolkit.Library 3.0.13 + * Nerdbank.GitVersioning 3.4.240 + * Nito.Disposables 2.2.1 ## [3.0.3] - 2021-08-06