Skip to content

Commit

Permalink
Fix dependency so NuGet picks at least version 1.13.183 of Remotion.L…
Browse files Browse the repository at this point in the history
…inq when installing Lucene.Net.Linq.
  • Loading branch information
chriseldredge committed Aug 6, 2014
1 parent 9b9875b commit 722dfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Lucene.Net.Linq/Lucene.Net.Linq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<dependencies>
<dependency id="Common.Logging.Core" version="[2.2, 3.0)"/>
<dependency id="Lucene.Net" version="[3.0.3, 3.6)"/>
<dependency id="Remotion.Linq" version="[1.13, 1.15.10)"/>
<dependency id="Remotion.Linq" version="[1.13.183, 1.15.10)"/>
</dependencies>
</metadata>
<files>
<file src="readme.txt"/>
</files>
</package>
</package>

0 comments on commit 722dfdb

Please sign in to comment.