Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Bump to 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-09-08)

### Bug Fixes

* Add IImageFolderViewModel to DI for testing ApplicationViewModel ([726909c](726909c))
* Addressing memory issues by using virtualization correctly ([4ebee4e](4ebee4e))
* Correcting ReactiveUI binding ([54f3c56](54f3c56))
* Fixing project nuget references ([92cb0cf](92cb0cf))
* Tests need Serilog.Sinks.XUnit ([6e443af](6e443af))

### Features

* Adding Fake build, Codecov and AppVeyor support ([af6a78a](af6a78a))
* Created ImageManagementService to handle data operations ([b374bc5](b374bc5))
  • Loading branch information
StanleyGoldman committed Sep 8, 2019
1 parent 2ca31ac commit 07d9538
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 1.0.0 (2019-09-08)


### Bug Fixes

* Add IImageFolderViewModel to DI for testing ApplicationViewModel ([726909c](https://github.com/justaprogrammer/Son-of-Picasso/commit/726909c))
* Addressing memory issues by using virtualization correctly ([4ebee4e](https://github.com/justaprogrammer/Son-of-Picasso/commit/4ebee4e))
* Correcting ReactiveUI binding ([54f3c56](https://github.com/justaprogrammer/Son-of-Picasso/commit/54f3c56))
* Fixing project nuget references ([92cb0cf](https://github.com/justaprogrammer/Son-of-Picasso/commit/92cb0cf))
* Tests need Serilog.Sinks.XUnit ([6e443af](https://github.com/justaprogrammer/Son-of-Picasso/commit/6e443af))


### Features

* Adding Fake build, Codecov and AppVeyor support ([af6a78a](https://github.com/justaprogrammer/Son-of-Picasso/commit/af6a78a))
* Created ImageManagementService to handle data operations ([b374bc5](https://github.com/justaprogrammer/Son-of-Picasso/commit/b374bc5))

0 comments on commit 07d9538

Please sign in to comment.