nuget.nuspec 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <version>2.1.0</version>
  5. <id>datatables.net-searchpanes-bs4</id>
  6. <description>This is SearchPanes for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description>
  7. <repository type="git" url="https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap4.git"/>
  8. <authors>SpryMedia Ltd</authors>
  9. <projectUrl>http://datatables.net</projectUrl>
  10. <license type="expression">MIT</license>
  11. <tags>SearchPanes search filtering Bootstrap Bootstrap4 Datatables jQuery table</tags>
  12. <dependencies>
  13. <dependency id="datatables.net-searchpanes" version="2.0.2"/>
  14. <dependency id="datatables.net-bs4" version="1.12.1"/>
  15. </dependencies>
  16. <contentFiles>
  17. <files include="**/*" buildAction="Content"/>
  18. </contentFiles>
  19. </metadata>
  20. <files>
  21. <file src="js/searchPanes.bootstrap4.js" target="content\Scripts"/>
  22. <file src="js/searchPanes.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/>
  23. <file src="js/searchPanes.bootstrap4.min.js" target="content\Scripts"/>
  24. <file src="js/searchPanes.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/>
  25. <file src="css/searchPanes.bootstrap4.css" target="content\Content"/>
  26. <file src="css/searchPanes.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/>
  27. <file src="css/searchPanes.bootstrap4.min.css" target="content\Content"/>
  28. <file src="css/searchPanes.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/>
  29. </files>
  30. </package>