Skip to content

Commit

Permalink
Updated nuget spec and disabled build of sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmir committed Nov 13, 2016
1 parent 14d98eb commit 23a6e73
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NuGet/WpfAsyncPack/WpfAsyncPack.dll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<metadata>
<id>WpfAsyncPack</id>
<title>WpfAsyncPack</title>
<version>1.4.0</version>
<version>1.5.0</version>
<authors>Kyrylo Myroshnychenko</authors>
<owners>Kyrylo Myroshnychenko</owners>
<licenseUrl>https://github.com/kirmir/WpfAsyncPack/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/kirmir/WpfAsyncPack</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An async implementations of delegate command and other base common classes for WPF.</description>
<releaseNotes>Removed PropertyChangeNotifiable, AsyncUiBase and BaseViewModel, and implemented the same functionality as the AsyncBindableBase. Removed TaskCompletionNotifier and implemented ObservableTask instead. Implemented flexible BoolToVisibilityConverter. Updated the AsyncCommand internal implementation and constructors. Implemented ProgressiveAsyncCommand.</releaseNotes>
<releaseNotes>Implemented SyncCommand.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>wpf async asynchronous asynccommand delegatecommand baseviewmodel progress</tags>
<tags>wpf async asynchronous asynccommand synccommand delegatecommand baseviewmodel progress</tags>
</metadata>
<files>
<file src="\lib\net46\WpfAsyncPack.dll" target="lib\net46\" />
Expand Down
Binary file added NuGet/WpfAsyncPack/lib/net46/WpfAsyncPack.dll
Binary file not shown.
Loading

0 comments on commit 23a6e73

Please sign in to comment.