Skip to content

Commit afdb443

Browse files
Added Repository Metadata
1 parent e768a96 commit afdb443

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Src/AsyncAwaitBestPractices.MVVM.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Added support for `Exception innerException` to `InvalidCommandParameterException`
2626
- Breaking Change: Changed default value to `continueOnCapturedContext = false`. This improves performance by not requiring a context switch when `.SafeFireAndForget()` and `IAsyncCommand` have completed.
2727
</releaseNotes>
28+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="e768a96e2ceddc7644eee54d60cbd9343ca857b7" />
2829
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
2930
</metadata>
3031
<files>

Src/AsyncAwaitBestPractices.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Added `SafeFireAndForgetExtensions.Initialize(bool shouldAlwaysRethrowException = false)`. When set to `true` will rethrow every exception caught by `SafeFireAndForget`. Warning: `SafeFireAndForgetExtensions.Initialize(true)` is only recommended for DEBUG environments.
2626
- Breaking Change: Changed default value to `continueOnCapturedContext = false`. This improves performance by not requiring a context switch when `.SafeFireAndForget()` has completed.
2727
</releaseNotes>
28+
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="e768a96e2ceddc7644eee54d60cbd9343ca857b7" />
2829
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
2930
</metadata>
3031
<files>

0 commit comments

Comments
 (0)