You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.1 KiB

  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>RhinoMocks</id>
  5. <version>3.6.1</version>
  6. <title>RhinoMocks</title>
  7. <authors>ayende</authors>
  8. <owners>ayende</owners>
  9. <licenseUrl>http://hibernatingrhinos.com/open-source/rhino-mocks</licenseUrl>
  10. <projectUrl>http://hibernatingrhinos.com/open-source/rhino-mocks</projectUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock.
  13. The Dynamic Proxy project has been invaluable resource and made creating Rhino Mocks possible.</description>
  14. <summary>Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock.
  15. The Dynamic Proxy project has been invaluable resource a</summary>
  16. <releaseNotes />
  17. <copyright />
  18. <language />
  19. <tags>tdd mocking mocks unittest unittesting</tags>
  20. </metadata>
  21. </package>