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>1.5.0</version>
  5. <id>datatables.net-select-bs4</id>
  6. <description>This is Select 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-Select-Bootstrap4.git"/>
  8. <authors>SpryMedia Ltd</authors>
  9. <projectUrl>http://datatables.net</projectUrl>
  10. <license type="expression">MIT</license>
  11. <tags>select selection Bootstrap Bootstrap4 Datatables jQuery table</tags>
  12. <dependencies>
  13. <dependency id="datatables.net-select" version="1.4.0"/>
  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/select.bootstrap4.js" target="content\Scripts"/>
  22. <file src="js/select.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/>
  23. <file src="js/select.bootstrap4.min.js" target="content\Scripts"/>
  24. <file src="js/select.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/>
  25. <file src="css/select.bootstrap4.css" target="content\Content"/>
  26. <file src="css/select.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/>
  27. <file src="css/select.bootstrap4.min.css" target="content\Content"/>
  28. <file src="css/select.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/>
  29. </files>
  30. </package>