Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Aug 19, 2019
1 parent 7889e41 commit b147088
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### [1.5.0]
* Add AsyncCommand & AsyncCommand<T>
* Add Command and Command<T>
* Add WeakEventManager
* Don't raise event when IEnumerable<T> is empty. Thanks @Berrysoft!

### [1.4.0]
* OnPropertyChanges is now virtual
* Streamlined CI/CD
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Collection of MVVM helper classes for any application.

**Build Status**: ![](https://jamesmontemagno.visualstudio.com/_apis/public/build/definitions/5c11b5bc-b611-475d-a50c-4043a0cbb441/11/badge)
**Build Status**: [![](https://jamesmontemagno.visualstudio.com/_apis/public/build/definitions/5c11b5bc-b611-475d-a50c-4043a0cbb441/11/badge)](https://dev.azure.com/jamesmontemagno/MvvmHelpers/_build?definitionId=11)

**NuGets**

Expand Down

0 comments on commit b147088

Please sign in to comment.