Skip to content

Commit f130ada

Browse files
Updated Nuspec for 2.1.0-pre1
1 parent fd90e43 commit f130ada

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Src/AsyncAwaitBestPractices.MVVM.nuspec

Lines changed: 2 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>2.0.0</version>
5+
<version>2.1.0-pre1</version>
66
<title>Task Extensions for MVVM</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -14,7 +14,7 @@
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="2.0.0" />
17+
<dependency id="AsyncAwaitBestPractices" version="2.1.0-pre1" />
1818
</dependencies>
1919
<releaseNotes>
2020
New In This Release:

Src/AsyncAwaitBestPractices.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</id>
5-
<version>2.0.0</version>
5+
<version>2.1.0-pre1</version>
66
<title>Task Extensions for System.Threading.Tasks</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -19,7 +19,8 @@
1919
<tags>task,fire and forget, threading, extensions, system.threading.tasks,async,await</tags>
2020
<releaseNotes>
2121
New In This Release:
22-
- Performance Improvements for SafeFireAndForget
22+
- WaeakEventManager.AddEventHandler can now be used with Delegate
23+
- WaeakEventManager.RemoveEventHandler can now be used with Delegate
2324
</releaseNotes>
2425
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
2526
</metadata>

0 commit comments

Comments
 (0)