Skip to content

Commit

Permalink
Add dependency to Rx in NuGet package. Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Betts committed Nov 23, 2013
1 parent 5a8940c commit fbb0e4e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Punchclock.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Punchclock</id>
Expand All @@ -7,9 +7,14 @@
<licenseUrl>https://github.com/paulcbetts/punchclock/blob/master/COPYING</licenseUrl>
<projectUrl>https://github.com/paulcbetts/punchclock</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Make sure your asynchronous operations show up to work on time</description>
<description>Make sure your asynchronous operations show up to work on time</description>
<tags>portable, async, rx</tags>

<dependencies>
<dependency id="Rx-Main" version="2.1.30214.0" />
</dependencies>
</metadata>

<files>
<file src="Punchclock\bin\Release\**\Punchclock*" target="lib" />
</files>
Expand Down

0 comments on commit fbb0e4e

Please sign in to comment.