-
Notifications
You must be signed in to change notification settings - Fork 3
/
nuget.nuspec
31 lines (30 loc) · 1.65 KB
/
nuget.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>3.1.2</version>
<id>datatables.net-buttons-dt</id>
<description>This is Buttons for DataTables with styling for [DataTables](https://datatables.net/)</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons-DataTables.git"/>
<authors>SpryMedia Ltd</authors>
<projectUrl>http://datatables.net</projectUrl>
<license type="expression">MIT</license>
<tags>Buttons Column Visibility csv excel pdf print Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-buttons" version="2.2.3"/>
<dependency id="datatables.net-dt" version="1.12.1"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
</contentFiles>
</metadata>
<files>
<file src="js/buttons.dataTables.js" target="content\Scripts"/>
<file src="js/buttons.dataTables.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/buttons.dataTables.min.js" target="content\Scripts"/>
<file src="js/buttons.dataTables.min.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="css/buttons.dataTables.css" target="content\Content"/>
<file src="css/buttons.dataTables.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/buttons.dataTables.min.css" target="content\Content"/>
<file src="css/buttons.dataTables.min.css" target="contentFiles\any\any\wwwroot\css"/>
</files>
</package>