Skip to content

Commit d0984f4

Browse files
Update Nuspec
1 parent 972b708 commit d0984f4

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Src/AsyncAwaitBestPractices.MVVM.nuspec

Lines changed: 7 additions & 9 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.1</version>
5+
<version>4.1.0-pre1</version>
66
<title>Async Extensions for ICommand</title>
77
<authors>Brandon Minnick, John Thiriet</authors>
88
<owners>Brandon Minnick</owners>
@@ -24,18 +24,16 @@
2424
</summary>
2525
<tags>task, valuetask, fire and forget, threading, extensions, system.threading.tasks, async, await</tags>
2626
<dependencies>
27-
<dependency id="AsyncAwaitBestPractices" version="4.0.1" />
27+
<dependency id="AsyncAwaitBestPractices" version="4.1.0-pre1" />
2828
</dependencies>
2929
<releaseNotes>
3030
New In This Release:
31-
- Added Support for ValueTask
32-
- Added `IAsyncValueCommand : ICommand`
33-
- Added `AsyncValueCommand : IAsyncValueCommand`
34-
- Added `IAsyncValueCommand&lt;T&gt; : ICommand`
35-
- Added `AsyncValueCommand&lt;T&gt; : IAsyncValueCommand&lt;T&gt;`
36-
- Added `RaiseCanExecuteChanged` to `IAsyncCommand` and `IAsyncValueCommand`
31+
- Unseal AsyncCommand
32+
- Unseal AsyncCommand&lt;T&gt;
33+
- Unseal AsyncValueCommand
34+
- Unseal AsyncValueCommand&lt;T&gt;
3735
</releaseNotes>
38-
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="561e937cdb287c40bcae9d194bee3f9d95593ffe" />
36+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v4.1.0" commit="972b708eadf8c8a8c9ab32d38e53d2f3b09679e0" />
3937
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
4038
</metadata>
4139
<files>

Src/AsyncAwaitBestPractices.nuspec

Lines changed: 6 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.1</version>
5+
<version>4.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>
@@ -53,9 +53,12 @@
5353
</dependencies>
5454
<releaseNotes>
5555
New In This Release:
56-
- Added Support for ValueTask in SafeFireAndForget
56+
- Add SafeFireAndForget(Action&lt;Exception&gt; onException, bool continueOnCapturedContext)
57+
- Add SafeFireAndForget&lt;TException&gt;(Action&lt;Exception&gt; onException, bool continueOnCapturedContext)
58+
- Obsolete: SafeFireAndForget(bool continueOnCapturedContext, Action&lt;Exception&gt; onException)
59+
- Obsolete: SafeFireAndForget&lt;TException&gt;(bool continueOnCapturedContext, Action&lt;TException&gt; onException)
5760
</releaseNotes>
58-
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="5e0e9614bf493f51e2044b4c7182d90e4e1d9828" />
61+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v4.1.0" commit="972b708eadf8c8a8c9ab32d38e53d2f3b09679e0" />
5962
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
6063
</metadata>
6164
<files>

0 commit comments

Comments
 (0)