| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <version>1.5.0</version>
- <id>datatables.net-select-bs4</id>
- <description>This is Select for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description>
- <repository type="git" url="https://github.com/DataTables/Dist-DataTables-Select-Bootstrap4.git"/>
- <authors>SpryMedia Ltd</authors>
- <projectUrl>http://datatables.net</projectUrl>
- <license type="expression">MIT</license>
- <tags>select selection Bootstrap Bootstrap4 Datatables jQuery table</tags>
- <dependencies>
- <dependency id="datatables.net-select" version="1.4.0"/>
- <dependency id="datatables.net-bs4" version="1.12.1"/>
- </dependencies>
- <contentFiles>
- <files include="**/*" buildAction="Content"/>
- </contentFiles>
- </metadata>
- <files>
- <file src="js/select.bootstrap4.js" target="content\Scripts"/>
- <file src="js/select.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/>
- <file src="js/select.bootstrap4.min.js" target="content\Scripts"/>
- <file src="js/select.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/>
- <file src="css/select.bootstrap4.css" target="content\Content"/>
- <file src="css/select.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/>
- <file src="css/select.bootstrap4.min.css" target="content\Content"/>
- <file src="css/select.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/>
- </files>
- </package>
|