PageRenderTime 86ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/ModelScaffolding.nuspec

#
nuspec | 19 lines | 18 code | 0 blank | 1 comment | 0 complexity | ee945b540bce0627a38e38ec444848e8 MD5 | raw file
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>ModelScaffolding</id>
  5. <version>0.9.2</version>
  6. <authors>Oleg Aksenov</authors>
  7. <owners>Oleg Aksenov</owners>
  8. <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
  9. <projectUrl>http://modelscaffolding.codeplex.com</projectUrl>
  10. <!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
  11. <description>A fast and customizable way to add Model (with optional Controller and Views) to your ASP.NET MVC project. You can specify property types or can use conventions. Visit the Project site to learn about output and conventions' customization. Inspired by MVCScaffolding.</description>
  12. <summary>A fast and customizable way to add Model (with optional Controller and Views) to your ASP.NET MVC project.</summary>
  13. <tags>Model MVC Scaffolding Scaffold Scaffolder</tags>
  14. <dependencies>
  15. <dependency id="T4Scaffolding" version="1.0.0" />
  16. <dependency id="MVCScaffolding" version="1.0.0" />
  17. </dependencies>
  18. </metadata>
  19. </package>