Skip to content

Commit f990876

Browse files
Updated to v3.1.0-pre3
1 parent 9f27ccb commit f990876

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Src/AsyncAwaitBestPractices.MVVM.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="2.5">
44
<id>AsyncAwaitBestPractices.MVVM</id>
5-
<version>3.1.0-pre2</version>
5+
<version>3.1.0-pre3</version>
66
<title>Task Extensions for MVVM</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -14,11 +14,12 @@
1414
<summary>Includes AsyncCommand and IAsyncCommand which allows ICommand to safely be used asynchronously with Task.</summary>
1515
<tags>task,fire and forget, threading, extensions, system.threading.tasks,async,await</tags>
1616
<dependencies>
17-
<dependency id="AsyncAwaitBestPractices" version="3.1.0-pre2" />
17+
<dependency id="AsyncAwaitBestPractices" version="3.1.0-pre3" />
1818
</dependencies>
1919
<releaseNotes>
2020
New In This Release:
2121
- Added `SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling`
22+
- Fixed InvalidHandleEventException bug when using the incorrect overload for `WeakEventManager&lt;T&gt;.HandleEvent`
2223
</releaseNotes>
2324
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v3.1.0" commit="2ec750b7f1182ee33c60a10705db3cd09c8bddff" />
2425
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>

Src/AsyncAwaitBestPractices.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="2.5">
44
<id>AsyncAwaitBestPractices</id>
5-
<version>3.1.0-pre2</version>
5+
<version>3.1.0-pre3</version>
66
<title>Task Extensions for System.Threading.Tasks</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -20,6 +20,7 @@
2020
<releaseNotes>
2121
New In This Release:
2222
- Added `SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling`
23+
- Fixed InvalidHandleEventException bug when using the incorrect overload for `WeakEventManager&lt;T&gt;.HandleEvent`
2324
</releaseNotes>
2425
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v3.1.0" commit="2ec750b7f1182ee33c60a10705db3cd09c8bddff" />
2526
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>

0 commit comments

Comments
 (0)