Skip to content

Commit

Permalink
Updated to v3.1.0-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed Aug 14, 2019
1 parent 9f27ccb commit f990876
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Src/AsyncAwaitBestPractices.MVVM.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>AsyncAwaitBestPractices.MVVM</id>
<version>3.1.0-pre2</version>
<version>3.1.0-pre3</version>
<title>Task Extensions for MVVM</title>
<authors>Brandon Minnick, John Thiriet</authors>
<owners>Brandon Minnick</owners>
Expand All @@ -14,11 +14,12 @@
<summary>Includes AsyncCommand and IAsyncCommand which allows ICommand to safely be used asynchronously with Task.</summary>
<tags>task,fire and forget, threading, extensions, system.threading.tasks,async,await</tags>
<dependencies>
<dependency id="AsyncAwaitBestPractices" version="3.1.0-pre2" />
<dependency id="AsyncAwaitBestPractices" version="3.1.0-pre3" />
</dependencies>
<releaseNotes>
New In This Release:
- Added `SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling`
- Fixed InvalidHandleEventException bug when using the incorrect overload for `WeakEventManager&lt;T&gt;.HandleEvent`
</releaseNotes>
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v3.1.0" commit="2ec750b7f1182ee33c60a10705db3cd09c8bddff" />
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
Expand Down
3 changes: 2 additions & 1 deletion Src/AsyncAwaitBestPractices.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>AsyncAwaitBestPractices</id>
<version>3.1.0-pre2</version>
<version>3.1.0-pre3</version>
<title>Task Extensions for System.Threading.Tasks</title>
<authors>Brandon Minnick, John Thiriet</authors>
<owners>Brandon Minnick</owners>
Expand All @@ -20,6 +20,7 @@
<releaseNotes>
New In This Release:
- Added `SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling`
- Fixed InvalidHandleEventException bug when using the incorrect overload for `WeakEventManager&lt;T&gt;.HandleEvent`
</releaseNotes>
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v3.1.0" commit="2ec750b7f1182ee33c60a10705db3cd09c8bddff" />
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
Expand Down

0 comments on commit f990876

Please sign in to comment.