nuget.nuspec 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <version>1.11.4</version>
  5. <id>datatables.net</id>
  6. <description>This is jQuery DataTables</description>
  7. <repository type="git" url="https://github.com/DataTables/Dist-DataTables.git"/>
  8. <authors>SpryMedia Ltd</authors>
  9. <projectUrl>http://datatables.net</projectUrl>
  10. <license type="expression">MIT</license>
  11. <tags> Datatables jQuery table</tags>
  12. <dependencies>
  13. <dependency id="jquery" version="1.7.0"/>
  14. </dependencies>
  15. <contentFiles>
  16. <files include="**/*" buildAction="Content"/>
  17. </contentFiles>
  18. </metadata>
  19. <files>
  20. <file src="js/jquery.dataTables.js" target="content\Scripts"/>
  21. <file src="js/jquery.dataTables.js" target="contentFiles\any\any\wwwroot\js"/>
  22. <file src="js/jquery.dataTables.min.js" target="content\Scripts"/>
  23. <file src="js/jquery.dataTables.min.js" target="contentFiles\any\any\wwwroot\js"/>
  24. <file src="types/types.d.ts" target="content\Scripts"/>
  25. <file src="types/types.d.ts" target="contentFiles\any\any\wwwroot\js"/>
  26. </files>
  27. </package>