Skip to content

Commit dd7f2d0

Browse files
Updated NuSpec for v4.0.0-pre2
1 parent 5f169aa commit dd7f2d0

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Src/AsyncAwaitBestPractices.MVVM.nuspec

Lines changed: 8 additions & 3 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>4.0.0-pre1</version>
5+
<version>4.0.0-pre2</version>
66
<title>Task Extensions for MVVM</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -14,13 +14,18 @@
1414
<summary>Includes AsyncCommand and IAsyncCommand which allows ICommand to safely be used asynchronously with Task.</summary>
1515
<tags>task, valuetask, fire and forget, threading, extensions, system.threading.tasks, async, await</tags>
1616
<dependencies>
17-
<dependency id="AsyncAwaitBestPractices" version="4.0.0-pre1" />
17+
<dependency id="AsyncAwaitBestPractices" version="4.0.0-pre2" />
1818
</dependencies>
1919
<releaseNotes>
2020
New In This Release:
2121
- Added Support for ValueTask
22+
- Added `IAsyncValueCommand : ICommand`
23+
- Added `AsyncValueCommand : IAsyncValueCommand`
24+
- Added `IAsyncValueCommand&lt;T&gt; : ICommand`
25+
- Added `AsyncValueCommand&lt;T&gt; : IAsyncValueCommand&lt;T&gt;`
26+
- Added RaiseCanExecuteChanged to IAsyncCommand and IAsyncValueCommand
2227
</releaseNotes>
23-
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="3a9522e651a8c5842172cb5c6cc5bf47de9d86af" />
28+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v4.0.0" commit="5f169aa1baca5282cc30f268222e1c6c206386a2" />
2429
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
2530
</metadata>
2631
<files>

Src/AsyncAwaitBestPractices.nuspec

Lines changed: 3 additions & 3 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>4.0.0-pre1</version>
5+
<version>4.0.0-pre2</version>
66
<title>Task Extensions for System.Threading.Tasks</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -47,9 +47,9 @@
4747
</dependencies>
4848
<releaseNotes>
4949
New In This Release:
50-
- Added Support for ValueTask
50+
- Added Support for ValueTask in SafeFireAndForget
5151
</releaseNotes>
52-
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="3a9522e651a8c5842172cb5c6cc5bf47de9d86af" />
52+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v4.0.0" commit="5f169aa1baca5282cc30f268222e1c6c206386a2" />
5353
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
5454
</metadata>
5555
<files>

0 commit comments

Comments
 (0)