From b147088346200b5f8f8b6d7a5d12a3c815599776 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Sun, 18 Aug 2019 17:26:03 -0700 Subject: [PATCH] update readme and changelog --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9127df4..9633bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +### [1.5.0] +* Add AsyncCommand & AsyncCommand +* Add Command and Command +* Add WeakEventManager +* Don't raise event when IEnumerable is empty. Thanks @Berrysoft! + ### [1.4.0] * OnPropertyChanges is now virtual * Streamlined CI/CD diff --git a/README.md b/README.md index d4bd19d..954583c 100644 --- a/README.md +++ b/README.md @@ -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**