From eac5c87756a1b1872df7dcf3ed51222e353ae8ff Mon Sep 17 00:00:00 2001 From: Brandon Minnick <13558917+brminnick@users.noreply.github.com> Date: Sat, 13 Jul 2019 19:04:42 -0700 Subject: [PATCH] Update AsyncAwaitBestPractices.MVVM.nuspec --- Src/AsyncAwaitBestPractices.MVVM.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/AsyncAwaitBestPractices.MVVM.nuspec b/Src/AsyncAwaitBestPractices.MVVM.nuspec index fbba808..598f85b 100644 --- a/Src/AsyncAwaitBestPractices.MVVM.nuspec +++ b/Src/AsyncAwaitBestPractices.MVVM.nuspec @@ -14,7 +14,7 @@ Includes AsyncCommand and IAsyncCommand which allows ICommand to safely be used asynchronously with Task. task,fire and forget, threading, extensions, system.threading.tasks,async,await - + New In This Release: