Skip to content

Commit

Permalink
Update dependencies for Octokit.Reactive package
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Oct 31, 2013
1 parent d4c92dc commit f732789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ Generated_Code #added for RIA/Silverlight projects
*.results.xml
nunit-*.xml
*.userprefs
packaging/
3 changes: 2 additions & 1 deletion Octokit.Reactive.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Octokit.Reactive</id>
<version>0.1.0</version>
<version>0.1.1</version>
<authors>GitHub</authors>
<owners>GitHub</owners>
<licenseUrl>https://github.com/octokit/octokit.net/blob/master/LICENSE.txt</licenseUrl>
Expand All @@ -15,6 +15,7 @@
<tags>GitHub API Octokit</tags>
<dependencies>
<dependency id="Octokit" version="0.1.0" />
<dependency id="Rx-Main" version="2.1.30214" />
</dependencies>
</metadata>
</package>

0 comments on commit f732789

Please sign in to comment.