Skip to content

Commit b8d16e9

Browse files
committed
bump version
1 parent 6f510a0 commit b8d16e9

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## (2021-02-19)
2+
3+
* Add checkpoints for City Chain network ([ef16368](https://github.com/block-core/blockcore/commit/ef16368))
4+
* Add X1 (#276) ([6f510a0](https://github.com/block-core/blockcore/commit/6f510a0)), closes [#276](https://github.com/block-core/blockcore/issues/276)
5+
* dotnet pack generate symbols (snupkg) (#275) ([99a9dd5](https://github.com/block-core/blockcore/commit/99a9dd5)), closes [#275](https://github.com/block-core/blockcore/issues/275)
6+
* Fix build error: NU1101: Unable to find package (#273) ([0695789](https://github.com/block-core/blockcore/commit/0695789)), closes [#273](https://github.com/block-core/blockcore/issues/273)
7+
* Fix fee send bug ([55e748f](https://github.com/block-core/blockcore/commit/55e748f))
8+
* Update changelog and bump versions ([fd87c06](https://github.com/block-core/blockcore/commit/fd87c06))
9+
* Upgrade package dependencies to 3.1.11 ([b07b8e0](https://github.com/block-core/blockcore/commit/b07b8e0))
10+
* Wallet db to use sqlite (instead of litedbv4) (#272) ([ad2fca4](https://github.com/block-core/blockcore/commit/ad2fca4)), closes [#272](https://github.com/block-core/blockcore/issues/272)
11+
12+
13+
114
## (2021-02-01)
215

316
* Add EXOS to launch settings ([7c32b4a](https://github.com/block-core/blockcore/commit/7c32b4a))

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.18</Version>
3+
<Version>1.0.19</Version>
44
<RuntimeFrameworkVersion>3.1.11</RuntimeFrameworkVersion>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)