-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnuget.nuspec
More file actions
36 lines (36 loc) · 2.09 KB
/
Copy pathnuget.nuspec
File metadata and controls
36 lines (36 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>4.0.0-beta.1</version>
<id>datatables.net-responsive-bs4</id>
<description>This is Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description>
<repository type="git" url="https://github.com/DataTables/Responsive"/>
<authors>SpryMedia Ltd</authors>
<projectUrl>http://datatables.net</projectUrl>
<license type="expression">MIT</license>
<tags>Responsive Bootstrap Bootstrap4 Datatables table</tags>
<dependencies>
<dependency id="datatables.net-responsive" version="4.0.0-beta.1"/>
<dependency id="datatables.net-bs4" version="2.3.2"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
</contentFiles>
<readme>Readme.md</readme>
</metadata>
<files>
<file src="Readme.md" target=""/>
<file src="js/responsive.bootstrap4.js" target="content\Scripts"/>
<file src="js/responsive.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/responsive.bootstrap4.min.js" target="content\Scripts"/>
<file src="js/responsive.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/responsive.bootstrap4.min.mjs" target="content\Scripts"/>
<file src="js/responsive.bootstrap4.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/responsive.bootstrap4.mjs" target="content\Scripts"/>
<file src="js/responsive.bootstrap4.mjs" target="contentFiles\any\any\wwwroot\js"/>
<file src="css/responsive.bootstrap4.css" target="content\Content"/>
<file src="css/responsive.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/responsive.bootstrap4.min.css" target="content\Content"/>
<file src="css/responsive.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/>
</files>
</package>