Skip to content

Commit 61e5435

Browse files
Updated NuSpec
1 parent 7aef4da commit 61e5435

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Src/AsyncAwaitBestPractices.MVVM.nuspec

Lines changed: 1 addition & 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.MVVM</id>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<title>Task Extensions for MVVM</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>

Src/AsyncAwaitBestPractices.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</id>
5-
<version>1.1.0</version>
5+
<version>1.2.0</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,7 @@
1919
<tags>task,fire and forget, threading, extensions, system.threading.tasks,async,await</tags>
2020
<releaseNotes>
2121
New In This Release:
22-
- Added WeakEventManager
22+
- Added WeakEventManager<TEventArgs>
2323
</releaseNotes>
2424
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
2525
</metadata>

0 commit comments

Comments
 (0)