Skip to content

Commit

Permalink
Update changelog and bump versions
Browse files Browse the repository at this point in the history
- Use latest available version of .NET Core 3.1.
  • Loading branch information
sondreb committed Feb 1, 2021
1 parent 0bcc3a6 commit fd87c06
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## (2021-02-01)

* Add EXOS to launch settings ([7c32b4a](https://github.com/block-core/blockcore/commit/7c32b4a))
* Add Mode to tests for Mac (#270) ([0bcc3a6](https://github.com/block-core/blockcore/commit/0bcc3a6)), closes [#270](https://github.com/block-core/blockcore/issues/270)
* Adding ImpleumX network (#258) ([6d229a8](https://github.com/block-core/blockcore/commit/6d229a8)), closes [#258](https://github.com/block-core/blockcore/issues/258)
* Bump version to17 ([ae83bc7](https://github.com/block-core/blockcore/commit/ae83bc7))
* Change from .NET 5 to .NET Core 3.1 ([e57dfde](https://github.com/block-core/blockcore/commit/e57dfde))
* Changed LiteDB to v4 for stability. (#242) ([d4dcd41](https://github.com/block-core/blockcore/commit/d4dcd41)), closes [#242](https://github.com/block-core/blockcore/issues/242)
* Configure package to be packaged for IMPLX ([db41c33](https://github.com/block-core/blockcore/commit/db41c33))
* Creating a method to auto generate the test wallet db (#264) ([731e74b](https://github.com/block-core/blockcore/commit/731e74b)), closes [#264](https://github.com/block-core/blockcore/issues/264)
* Feature/bcp chain (#266) ([7eefa5e](https://github.com/block-core/blockcore/commit/7eefa5e)), closes [#266](https://github.com/block-core/blockcore/issues/266)
* Fix sweep dependency (#253) ([2c5afb7](https://github.com/block-core/blockcore/commit/2c5afb7)), closes [#253](https://github.com/block-core/blockcore/issues/253)
* Fix the guard clause for sweep that incorrectly required minimum 500 outputs ([ff47e3a](https://github.com/block-core/blockcore/commit/ff47e3a))
* Fix the tests ([7b25fb9](https://github.com/block-core/blockcore/commit/7b25fb9))
* Fix wallet history sorting ([5bdcee0](https://github.com/block-core/blockcore/commit/5bdcee0))
* Fixes serialization issue with events ([1beb281](https://github.com/block-core/blockcore/commit/1beb281)), closes [#269](https://github.com/block-core/blockcore/issues/269)
* Improve performance by avoiding methods ([9d523b3](https://github.com/block-core/blockcore/commit/9d523b3)), closes [#269](https://github.com/block-core/blockcore/issues/269)
* Increase the FallbackFee for City Chain ([4bd78c9](https://github.com/block-core/blockcore/commit/4bd78c9))
* Make the Tests.Common into NuGet package again as before ([6ce157b](https://github.com/block-core/blockcore/commit/6ce157b))
* Optimize the reading of Transaction ID upon serialization ([f3a9030](https://github.com/block-core/blockcore/commit/f3a9030)), closes [#269](https://github.com/block-core/blockcore/issues/269)
* peer connection failure moved to debug instead of information (#250) ([0c1ff83](https://github.com/block-core/blockcore/commit/0c1ff83)), closes [#250](https://github.com/block-core/blockcore/issues/250)
* Refactor City network definition into Blockcore namespace ([6cb50b5](https://github.com/block-core/blockcore/commit/6cb50b5))
* Refactor x42 network definition to have correct namespace ([f2f5efc](https://github.com/block-core/blockcore/commit/f2f5efc))
* Rename ico.png to icon.png for City package ([5d6bbd4](https://github.com/block-core/blockcore/commit/5d6bbd4))
* Return the PosModifierv2, PosFlags and PosHashProof in REST API ([e137515](https://github.com/block-core/blockcore/commit/e137515))
* Subscribe to blocks and peers events on the ui (#267) ([5114f10](https://github.com/block-core/blockcore/commit/5114f10)), closes [#267](https://github.com/block-core/blockcore/issues/267)
* Update sweep to build aggregated transactions ([f6bcf76](https://github.com/block-core/blockcore/commit/f6bcf76))
* Upgrade to .NET 5 (#252) ([e56ab61](https://github.com/block-core/blockcore/commit/e56ab61)), closes [#252](https://github.com/block-core/blockcore/issues/252)



## (2020-12-22)

* Add manual dispatch capability to workflows ([bd568d1](https://github.com/block-core/blockcore/commit/bd568d1))
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.0.17</Version>
<RuntimeFrameworkVersion>3.1.10</RuntimeFrameworkVersion>
<Version>1.0.18</Version>
<RuntimeFrameworkVersion>3.1.11</RuntimeFrameworkVersion>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<Authors>Blockcore</Authors>
Expand Down

0 comments on commit fd87c06

Please sign in to comment.