Skip to content

Commit 70f925e

Browse files
committed
Update Ninject.MockingKernel.FakeItEasy.nuspec
1 parent 0d36c1e commit 70f925e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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>

0 commit comments

Comments
 (0)