Skip to content

Commit

Permalink
Merge pull request #64 from IharBury/remove-public-tinyioc
Browse files Browse the repository at this point in the history
Plug-ins marked compatible with Chill 3.*
  • Loading branch information
Erwinvandervalk authored Jun 9, 2017
2 parents f51de06 + 0fd18e3 commit a3b76cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Plugins/Chill.Autofac/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tags>BDD TDD Autofac</tags>
<dependencies>
<group>
<dependency id="Chill" version="[2.2,3.0)" />
<dependency id="Chill" version="[2.2,4.0)" />
<dependency id="Autofac" version="(3.0,5.0)" />
</group>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugins/Chill.AutofacFakeItEasy/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tags>BDD TDD Autofac FakeItEasy</tags>
<dependencies>
<group>
<dependency id="Chill" version="[2.2,3.0)" />
<dependency id="Chill" version="[2.2,4.0)" />
<dependency id="Autofac" version="(3.0,5.0)" />
<dependency id="FakeItEasy" version="[1.10.0,2.0)" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugins/Chill.AutofacNSubstitute/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tags>BDD TDD Autofac NSubstitute</tags>
<dependencies>
<group>
<dependency id="Chill" version="[2.2,3.0)" />
<dependency id="Chill" version="[2.2,4.0)" />
<dependency id="Autofac" version="(3.0,5.0)" />
<dependency id="NSubstitute" version="(,2.0)" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugins/Chill.Unity/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tags>BDD TDD Unity</tags>
<dependencies>
<group>
<dependency id="Chill" version="[2.2,3.0)" />
<dependency id="Chill" version="[2.2,4.0)" />
<dependency id="Unity" version="[,4.0)" />

</group>
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugins/Chill.UnityNSubstitute/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tags>BDD TDD Unity NSubstitute</tags>
<dependencies>
<group>
<dependency id="Chill" version="[2.2,3.0)" />
<dependency id="Chill" version="[2.2,4.0)" />
<dependency id="Unity" version="[,4.0)" />
<dependency id="NSubstitute" version="(,2.0)" />
</group>
Expand Down

0 comments on commit a3b76cf

Please sign in to comment.