Skip to content

Commit

Permalink
Added NuGet spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmir committed Oct 23, 2016
1 parent dca5729 commit 18ec23e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions WpfAsyncPack.dll.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>WpfAsyncPack</id>
<title>WpfAsyncPack</title>
<version>1.3.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 implementation of delegate command and base view model for WPF.</description>
<releaseNotes>Refactored main classes, added async property change notifications into AsyncCommand, provided XML docs for everything.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>wpf async asynchronous asynccommand delegatecommand baseviewmodel</tags>
</metadata>
<files>
<file src="C:\Users\Kyrylo\Desktop\WpfAsyncPack\lib\net46\WpfAsyncPack.dll" target="lib\net46\" />
<file src="C:\Users\Kyrylo\Desktop\WpfAsyncPack\lib\net46\WpfAsyncPack.pdb" target="lib\net46\" />
<file src="C:\Users\Kyrylo\Desktop\WpfAsyncPack\lib\net46\WpfAsyncPack.xml" target="lib\net46\" />
</files>
</package>

0 comments on commit 18ec23e

Please sign in to comment.