Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Oct 12, 2021
1 parent 6c7ed5e commit b2b0770
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.4.231</Version>
<Version>3.4.240</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/adapter3/neodebug-3-adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Shared.VsCodeDebugProtocol" Version="16.9.50204.1" />
<PackageReference Include="Neo.BlockchainToolkit.Library" Version="3.0.12" />
<PackageReference Include="Nito.Disposables" Version="2.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Shared.VsCodeDebugProtocol" Version="17.0.50801.1" />
<PackageReference Include="Neo.BlockchainToolkit.Library" Version="3.0.13" />
<PackageReference Include="Nito.Disposables" Version="2.2.1" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
</ItemGroup>
Expand Down
9 changes: 7 additions & 2 deletions src/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b2b0770

Please sign in to comment.