File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
33 <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4- <id >Ninject.MockingKernel.RhinoMocks </id >
4+ <id >Ninject.MockingKernel.FakeItEasy </id >
55 <version ></version >
66 <authors >Ninject Project Contributors</authors >
77 <requireLicenseAcceptance >true</requireLicenseAcceptance >
88 <licenseUrl >https://github.com/ninject/ninject.mockingkernel/raw/master/LICENSE.txt</licenseUrl >
9- <description >Automock implementation for RhinoMocks using Ninject to create the objects under test.</description >
9+ <description >Automock implementation for FakeItEasy using Ninject to create the objects under test.</description >
1010 <releaseNotes >https://github.com/ninject/Ninject.MockingKernel/blob/master/ReleaseNotes.md</releaseNotes >
1111 <summary ></summary >
1212 <language >en-US</language >
13- <tags >Ninject ioc di automock RhinoMocks </tags >
13+ <tags >Ninject ioc di automock FakeItEasy </tags >
1414 <iconUrl >https://github.com/ninject/ninject/raw/master/logos/Ninject-Logo32.png</iconUrl >
1515 <projectUrl >http://www.ninject.org</projectUrl >
1616 <dependencies >
1717 <dependency id =" Ninject.MockingKernel" version =" " />
1818 <dependency id =" FakeItEasy" version =" [1.25,2.0)" />
1919 </dependencies >
2020 </metadata >
21- </package >
21+ </package >
You can’t perform that action at this time.
0 commit comments