Skip to content

Commit

Permalink
Update Dependencies for neo 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Aug 6, 2021
1 parent 4c743c8 commit 0fbca23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ 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 fixes, but
may not exactly match a publicly released version.

## [3.0.3] - 2021-08-06

### Changed

* Update dependencies for Neo 3.0.2 release

## [3.0] - 2021-08-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/assertions/assertions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Neo" Version="3.0.0" />
<PackageReference Include="Neo" Version="3.0.2" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion src/test-harness/test-harness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Neo.BlockchainToolkit.Library" Version="3.0.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Neo.BlockchainToolkit.Library" Version="3.0.4" />
</ItemGroup>
</Project>

0 comments on commit 0fbca23

Please sign in to comment.