Skip to content

Commit

Permalink
Update NuSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Dec 13, 2019
1 parent 561e937 commit 9ad108e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/AsyncAwaitBestPractices.MVVM.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- Added `AsyncValueCommand<T> : IAsyncValueCommand<T>`
- Added `RaiseCanExecuteChanged` to `IAsyncCommand` and `IAsyncValueCommand`
</releaseNotes>
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="f3d4139c98477bc46e4f4b386b9cd8bdd116142d" />
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="561e937cdb287c40bcae9d194bee3f9d95593ffe" />
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Src/AsyncAwaitBestPractices.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
New In This Release:
- Added Support for ValueTask in SafeFireAndForget
</releaseNotes>
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="Release-v4.0.0" commit="5e0e9614bf493f51e2044b4c7182d90e4e1d9828" />
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="5e0e9614bf493f51e2044b4c7182d90e4e1d9828" />
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
</metadata>
<files>
Expand Down

0 comments on commit 9ad108e

Please sign in to comment.